upkie  11.0.0
Open-source wheeled biped robots

◆ step()

def step (   self,
  action 
)

Step the environment by returning the action as observation.

Parameters
actionThe action to take.
Returns
A tuple of (observation, reward, terminated, truncated, info) where observation equals the input action.