Documentation ¶
Overview ¶
Package limo implements the AgileX Limo base
Index ¶
Constants ¶
View Source
const ( DIFFERENTIAL = steeringMode(iota) ACKERMANN OMNI )
valid steering modes for limo.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { resource.TriviallyValidateConfig DriveMode string `json:"drive_mode"` SerialDevice string `json:"serial_path"` // path to /dev/ttyXXXX file // TestChan is a fake "serial" path for test use only TestChan chan []uint8 `json:"-"` }
Config is how you configure a limo base.
Click to show internal directories.
Click to hide internal directories.