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

Revision history [back]

Both rosmake and rosrun told you the same error. You don't have the package urdfdom_model. I believe some of the confusion has to do with the renaming of some of the urdf packages from Fuerte to Groovy. I'm presuming you are using Fuerte, so try this command instead:

rosrun urdf_parser check_urdf my_urdf.xml

See also this question.

Both rosmake and rosrun told you the same error. You don't have the package urdfdom_model. I believe some of the confusion has to do with the renaming of some of the urdf packages from Fuerte to Groovy. I'm presuming you are using Fuerte, so try this command instead:

rosrun urdf_parser check_urdf my_urdf.xml

See also this question.

EDIT I just updated the wiki page you linked to try and make this a bit more clear.