upkie 9.0.1
Open-source wheeled biped robots
|
Interface to interact with a spine from a Python agent. More...
Public Member Functions | |
def | __init__ (self, str shm_name="/upkie", int retries=1, bool perf_checks=True) |
Connect to the spine shared memory. More... | |
def | __del__ (self) |
Close memory mapping. More... | |
dict | set_action (self, dict action) |
Set action for the spine to process. More... | |
dict | start (self, dict config) |
Reset the spine to a new configuration. More... | |
None | stop (self) |
Tell the spine to stop all actuators. | |
Interface to interact with a spine from a Python agent.