upkie 9.0.0
Open-source wheeled biped robots
Loading...
Searching...
No Matches

◆ update()

None update (   self,
Optional[float]   roll = None,
Optional[float]   pitch = None,
Optional[float]   x = None,
Optional[float]   z = None,
Optional[float]   omega_x = None,
Optional[float]   omega_y = None,
Optional[float]   v_x = None,
Optional[float]   v_z = None 
)

Update some fields.

Parameters
rollRoll angle for the rotation from the randomized frame to the parent frame (Euler Z-Y-X convention).
pitchPitch angle for the rotation from the randomized frame to the parent frame (Euler Z-Y-X convention).
xTranslation of the randomized frame along the x-axis of the parent frame.
zTranslation of the randomized frame along the z-axis of the parent frame.
omega_xAngular velocity from the randomized frame to the parent frame, expressed in the randomized frame, along the x-axis.
omega_yAngular velocity from the randomized frame to the parent frame, expressed in the randomized frame, along the y-axis.
v_xLinear velocity from the randomized frame to the parent frame, expressed in the parent frame and along the x-axis.
v_zLinear velocity from the randomized frame to the parent frame, expressed in the parent frame and along the z-axis.