BaseRobotModelObject.update

BaseRobotModelObject.update(joint_state, visual=True, collision=True)[source]

Triggers the update of the robot geometry.

Parameters:
joint_stateConfiguration | dict[str, float]

A dictionary with joint names as keys and joint positions as values.

visualbool, optional

If True, the visual geometry will also be updated.

collisionbool, optional

If True, the collision geometry will also be updated.

Returns:
None