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

Ha! I just came across this a few minutes ago and see that it has already been answered in this forum elsewhere. The short answer is that there was a change in Hydro that requires a different command line than what is shown in the tutorials. Try the following and it should work:

check_urdf my_robot.urdf

"rosrun" and the package name are not required in Hydro.

Ha! I just came across this a few minutes ago and see that it has already been answered in this forum elsewhere. The short answer is that there was a ROS package change in Hydro that now requires a different command line than what is shown in the tutorials. Try the following and it should work:

check_urdf my_robot.urdf

"rosrun" and the package name are not required in Hydro.required.