RobotModelArtist.update
- RobotModelArtist.update(joint_state, visual=True, collision=True)[source]
Triggers the update of the robot geometry.
- Parameters
joint_state (
dictorcompas.robots.Configuration) – A dictionary with joint names as keys and joint positions as values.visual (bool, optional) –
Trueif the visual geometry should be also updated, otherwiseFalse. Defaults toTrue.collision (bool, optional) –
Trueif the collision geometry should be also updated, otherwiseFalse. Defaults toTrue.