upkie 9.0.0
Open-source wheeled biped robots
|
Interface to a backend for Upkie environments. More...
Public Member Functions | |
dict | get_spine_observation (self) |
Get observation in spine format from the backend. More... | |
dict | reset (self, RobotState init_state) |
Reset the backend to an initial state. More... | |
dict | step (self, dict action) |
Apply action and step the backend. More... | |
None | close (self) |
Clean up backend resources. More... | |
Interface to a backend for Upkie environments.
Backends handle the low-level interface to simulators or spines, providing methods to get observations, apply actions, and manage the simulation/spine state.