ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You probably have not executed:
source ./devel/setup.bash
from your top-level catkin_ws
dir.
This setup.bash file is created the first time you run catkin_make
in a clean directory.
2 | No.2 Revision |
You probably have not executed:
source ./devel/setup.bash
from your top-level catkin_ws
dir.
This setup.bash file is created the first time you run catkin_make
in a clean directory.directory. If you have done this, then your CMakeLists.txt
is not correct.