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

How do i inport a urdf objekt into Ros Moveit? [closed]

asked 2021-03-13 09:15:57 -0500

JRZ gravatar image

Hello,

i am trying to inport a URDF into my Simulation, that the Roborter can grab it. Like in Add_box in this Tutorial: http://docs.ros.org/en/melodic/api/mo...

Thank you for your help.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by JRZ
close date 2021-03-13 09:39:09.644901

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-03-13 09:29:01 -0500

fvd gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-03-13 09:15:57 -0500

Seen: 147 times

Last updated: Mar 13 '21