ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You probably forgot about 'target_link_libraries(your_executable_name quadcopter_ctrl)' (I assume you've set include path correctly). If this wont work, posted CMakeList can give me some clues maybe.
2 | No.2 Revision |
You probably forgot about 'target_link_libraries(your_executable_name quadcopter_ctrl)' target_link_libraries(your_executable_name quadcopter_ctrl)
in CMakeList (I assume you've set include path correctly). If this wont work, posted CMakeList can give me some clues maybe.