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

urdfdom check_urdf

asked 2013-12-19 06:55:22 -0500

tuuzdu gravatar image

I use rosrun urdfdom check_urdf in ROS Hydro (Ubuntu 13.04) and get:

[rosrun] Couldn't find executable named check_urdf below /opt/ros/hydro/share/urdf
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2013-12-19 20:31:45 -0500

gvdhoorn gravatar image

It would seem that commit e27ac3ba has changed the directory where the binaries in urdfdom end up in during installation.

They are now installed as 'normal' executables in /opt/ros/DISTRO/bin, meaning that after you have sourced your ROS environment, you can just do check_urdf /path/to/your/urdf in a terminal. You don't need to use rosrun .. anymore.

PS: I'm not sure if this was intended, so I've opened an issue.

edit flag offensive delete link more

Comments

Thank you :)

tuuzdu gravatar image tuuzdu  ( 2013-12-20 04:34:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-12-19 06:55:22 -0500

Seen: 2,470 times

Last updated: Dec 19 '13