ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

URDF files usually define robots (as the name says), not the objects that you add to your scene. To add an object to your planning scene, it needs to be formatted as a CollisionObject. Then you can publish it using the planning_scene_interface as shown in the tutorial you linked.

I haven't seen a converter between URDF and the CollisionObject message, but you could make one using this URDF parser.