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

urdfdom_model problem

asked 2013-03-09 17:32:52 -0500

Hi I just followed the tutorial http://www.ros.org/wiki/urdf/Tutorials/Create%20your%20own%20urdf%20file , but when I typed

$ rosrun urdfdom_model check_urdf my_urdf.xml

  in the terminal, it displays:

[rospack] Error: stack/package urdfdom_model not found

  Do you know why?

  I highly appreciate your time and great help!
edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-04-02 05:38:55 -0500

Amarante gravatar image

updated 2013-04-02 06:42:57 -0500

You do need to have ros-groovy-urdfdom

sudo apt-get install ros-groovy-urdfdom

Than you just need to execute

rosrun urdfdom check_urdf my_urdf.xml

you dont need the urdfdom_model

And finally, when you are going to convert it to pdf, you do

rosrun urdfdom urdf_to_graphiz my_urdf.xml
edit flag offensive delete link more
2

answered 2013-03-10 17:47:49 -0500

If you are using Fuerte, you should try the command

rosrun urdf_parser check_urdf my_urdf.xml

Apparently much of the urdf functionality is moved into the urdfdom package in Groovy. See the note on this page. If you are using Groovy, perhaps you are missing the ros-groovy-urdfdom package.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-09 17:32:52 -0500

Seen: 1,262 times

Last updated: Apr 02 '13