ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Use planning scene interface class to manipulate collision objects. You can directly remove all existing collision objects with removeCOllisionObejects
() or get a list of current objects with getCollisionObejcts
()
Refer to the related API interface here