PlanningScene.remove_attached_collision_mesh

PlanningScene.remove_attached_collision_mesh(id)[source]

Removes an attached collision object from the planning scene.

Parameters

id (str) – The identifier of the object.

Returns

None

Examples

>>> scene = PlanningScene(robot)
>>> scene.remove_attached_collision_mesh('tip')