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

Thanks Geoff,

Initially wanted to keep the question brief.. As I was collecting the catkin_make output and CMakeLists.txt file I took another look at the CMakeLists.txt file and discovered that while I had the ${OpenCV_LIBRARIES} specified I had missed adding find_package(OpenCV).

Once I did that then the application linked fine.

Burt