upkie  10.1.0
Open-source wheeled biped robots

◆ step()

float step (   self,
float  target_ground_velocity,
dict  spine_observation,
float  dt,
str   qp_solver = "proxqp" 
)

Compute a new ground velocity.

Parameters
target_ground_velocityTarget ground velocity in m/s.
spine_observationLatest observation dictionary from a spine.
dtDuration in seconds until the next cycle.
qp_solverAlternative QP solver to use when not warm-starting.
Returns
New ground velocity, in m/s.