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

◆ __init__()

def __init__ (   self,
Optional[np.ndarray]   angular_velocity_base_in_base = None,
Optional[np.ndarray]   joint_configuration = None,
Optional[np.ndarray]   joint_velocity = None,
Optional[np.ndarray]   linear_velocity_base_to_world_in_world = None,
Optional[ScipyRotation]   orientation_base_in_world = None,
Optional[np.ndarray]   position_base_in_world = None,
Optional[RobotStateRandomization]   randomization = None 
)

Initialize a new state.

Parameters
[in]angular_velocity_base_in_baseBody angular velocity of the floating-base link.
[in]joint_configurationJoint configuration vector (not including the floating-base joint).
[in]joint_velocityJoint velocity vector (not including the floating-base joint).
[in]linear_velocity_base_to_world_in_worldLinear velocity of the floating-base link in the world frame.
[in]orientation_base_in_worldRotation from the floating-base frame to the world frame.
[in]position_base_in_worldPosition of the floating-base frame in the world frame.
[in]randomizationOptional state randomization distribution.