Documentation ¶
Overview ¶
Package roboclaw is the driver for the roboclaw motor drivers NOTE: This implementation is experimental and incomplete. Expect backward-breaking changes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.2.36
type Config struct { SerialPath string `json:"serial_path"` SerialBaud int `json:"serial_baud_rate"` Channel int `json:"motor_channel"` // this is 1 or 2 Address int `json:"address,omitempty"` TicksPerRotation int `json:"ticks_per_rotation,omitempty"` }
Config is used for converting motor config attributes.
Click to show internal directories.
Click to hide internal directories.