ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The CMake call to catkin_package(...)
sets the destination folder for binaries, so you need to make sure that your CMakeLists.txt is ordered so that all of your add_executable()
and add_library()
calls are AFTER your call to catkin_package()