upkie  11.0.0
Open-source wheeled biped robots

◆ step()

tuple[float, float] step (   self,
dict  observation,
float  dt 
)

Get new linear-angular velocities based on joystick input.

Parameters
observationObservation dictionary containing joystick inputs.
dtDuration in seconds until the next control cycle.
Returns
Tuple of (linear_velocity, yaw_velocity).