ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks to me as if your $ROS_PACKAGE_PATH
environment variable is set wrong. ROS should be looking in /home/master/catkin_ws/devel
, not the build
directory for your executables.
Did you remember to source the devel/setup.bash
file to add the catkin workspace to your ROS_PACKAGE_PATH
? More info at the bottom of this tutorial.
$ source devel/setup.bash