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

urdf::Model::initFile(urdf_file) takes an absolute file path (see urdf::Model C++ API), so you would have to run something like ./devel/lib/testbot_description/parser /home/<user>/catkin_ws/src/testbot_description/urdf/my_robot.urdf (make sure to replace <user> with your user name).