Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Model = resource.ModelNamespace("viam-labs").WithFamily("base").WithModel("ackermann-pwm-base")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SteerServo string `json:"steer"` DriveServo string `json:"drive"` Radius float64 `json:"turning_radius_meters"` Wheelbase float64 `json:"wheelbase_mm"` MaxSpeedMPS float64 `json:"max_speed_meters_per_second"` InvertSteer bool `json:"invert_steer,omitempty"` InvertDrive bool `json:"invert_drive,omitempty"` }
AttrConfig is used for converting config attributes.
Click to show internal directories.
Click to hide internal directories.