ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Just taking a stab here.
According to https://wiki.ros.org/catkin/CMakeLists.txt The catkin_package()
must be defined before any add_executable()
or add_library()
That might be the source of your problem, if it's not, it will be a problem at some point.