ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I experienced the same issue when switching from catkin_make
to catkin build
(launch files were not found anymore), except I only experienced it with a subset of package.
By comparing the packages, I have been able to notice that the package which had problem did not contain code, therefore I had 'cleaned' the generated CMakeLists.txt and I had removed the catkin_package()
declaration. By adding it back to the CMakeLists.txt, the problem was solved.