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

Revision history [back]

There is a boo boo in your CMakeLists.txt, the line

target_link_libraries(vision_secondary_capture ${catkin_LIBRARIES} ${OpenCV_LIBS} ${Boost_LIBRARIES} ${YAML_CPP_LIBRARIES})

should be

target_link_libraries(vision_secondary_capture ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${Boost_LIBRARIES} ${YAML_CPP_LIBRARIES})