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

can not find urdf.why?how to solve it?

asked 2014-01-03 18:59:36 -0500

peter_pan_lqm gravatar image

updated 2014-01-28 17:18:56 -0500

ngrennan gravatar image

rosrun urdfdom check_urdf my_robot.urdf [rospack] Error: stack/package urdfdom not found

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-01-04 06:43:59 -0500

daalt gravatar image

updated 2014-01-04 06:45:14 -0500

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 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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-01-03 18:59:36 -0500

Seen: 1,028 times

Last updated: Jan 04 '14