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

I figured it out,

It was an issue with the CMakeList.txt and the OpenCV libraries. I had originally had the CMakeLists.txt addtarget to specific folder inside my project which had the opencv libraries. But for whatever reason when i did an update it would no longer let me do this so i just needed to remove

${CMAKE_CURRENT_SOURCE_DIR}/lib/libopencv_core.so And all others...

and replace with

${OpenCV_LIBRARIES}

And that fixed the problem