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

Revision history [back]

click to hide/show revision 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.