Documentation ¶
Overview ¶
Package wheeled implements some bases, like a wheeled base.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Model = resource.DefaultModelFamily.WithModel("wheeled")
Model is the name of the wheeled model of a base component.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { WidthMM int `json:"width_mm"` WheelCircumferenceMM int `json:"wheel_circumference_mm"` SpinSlipFactor float64 `json:"spin_slip_factor,omitempty"` Left []string `json:"left"` Right []string `json:"right"` MovementSensor []string `json:"movement_sensor,omitempty"` }
Config is how you configure a wheeled base.
Click to show internal directories.
Click to hide internal directories.