package
Version:
v0.13.0-rc0
Opens a new window with list of versions in this module.
Published: Nov 10, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package wheeledodometry implements an odometery estimate from an encoder wheeled base.
type Config struct {
LeftMotors []string `json:"left_motors"`
RightMotors []string `json:"right_motors"`
Base string `json:"base"`
TimeIntervalMSecs float64 `json:"time_interval_msecs,omitempty"`
}
Config is the config for a wheeledodometry MovementSensor.
Validate ensures all parts of the config are valid.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.