|
upkie 10.0.0
Open-source wheeled biped robots
|
| Spine | ( | const Parameters & | params, |
| interfaces::Interface & | interface, | ||
| SensorPipeline & | sensors, | ||
| ObserverPipeline & | observers, | ||
| ControllerPipeline & | controllers | ||
| ) |
Initialize spine.
| [in] | params | Spine parameters. |
| [in,out] | interface | Interface to actuators. |
| [in,out] | sensors | Pipeline of sensors to read from. |
| [in,out] | observers | Pipeline of observers to run, in order, at each cycle of the spine loop. |
| [in,out] | controllers | Pipeline of controllers to run, in order, at each cycle of the spine loop. |