OpenCV with ROS Groovy
Hi,
I'm trying to use opencv library in ROS Groovy but I doesn't find how exactly it's working. A lot of time I have some errors like this: undefined reference to cv::cvtColor
On the wiki, the package opencv2 is deprecated because you doesn't want to link opencv whit ROS, but the library was include in ROS directory, why?
I'm searching how, with the proper method, to create CMakelist.txt (with catkin), Package.xml and include lib in .cpp.
If you have some example, It's appreciate.
Thanks in advance for help