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