merged

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Overview

Package merged implements a movementsensor combining movement data from other sensors

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Position           []string `json:"position,omitempty"`
	Orientation        []string `json:"orientation,omitempty"`
	CompassHeading     []string `json:"compass_heading,omitempty"`
	LinearVelocity     []string `json:"linear_velocity,omitempty"`
	AngularVelocity    []string `json:"angular_velocity,omitempty"`
	LinearAcceleration []string `json:"linear_acceleration,omitempty"`
}

Config is the config of the merged movement_sensor model.

func (*Config) Validate

func (cfg *Config) Validate(path string) ([]string, error)

Validate validates the merged model's configuration.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL