ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Is that an error you get using catkin_make? In your CmakeLists.txt are you using a cmake find module for openCV? As in:
find_package(OpenCV REQUIRED)
Then later
target_link_libraries(your_executable_name ${OpenCV_LIBS} ${catkin_LIBRARIES})
I've had to do that when working with the ARDrone.