package
Version:
v0.41.0
Opens a new window with list of versions in this module.
Published: Sep 9, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sensorcontrolled base implements a base with feedback control from a movement sensor
Package sensorcontrolled base implements a base with feedback control from a movement sensor
type Config struct {
MovementSensor []string `json:"movement_sensor"`
Base string `json:"base"`
ControlParameters []control.PIDConfig `json:"control_parameters,omitempty"`
ControlFreq float64 `json:"control_frequency_hz,omitempty"`
}
Config configures a sensor controlled base.
Validate validates all parts of the sensor controlled base config.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.