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) – True if the visual geometry should be also updated, otherwise False. Defaults to True.

  • collision (bool, optional) – True if the collision geometry should be also updated, otherwise False. Defaults to True.