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

Revision history [back]

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