BaseRobotArtist.update
-
BaseRobotArtist.update(configuration, visual=True, collision=True)[source] Triggers the update of the robot geometry.
- Parameters
configuration (
compas_fab.robots.Configuration) – Instance of the configuration (joint state) to move to.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.