Is cmvision a working package? [closed]
Hello all, I've noticed that cmvision is a package listed on the ROS wiki, but there seems to be no "current" instructions on how to install the code.
I did come across an older clone of the wiki which lists the package, but that code didn't build:
In file included from /.../ros-stacks/cmvision/src/color_gui.cpp:34:0: /.../ros-stacks/cmvision/src/cmvision_color_blob_finder.h:31:32: fatal error: cv_bridge/CvBridge.h: No such file or directory compilation terminated. In file included from /.../ros-stacks/cmvision/src/main.cpp:24:0: /home/ubuntu/ros-stacks/cmvision/src/cmvision_color_blob_finder.h:31:32: fatal error: cv_bridge/CvBridge.h: No such file or directory compilation terminated. In file included from /.../ros-stacks/cmvision/src/color_gui.cpp:34:0: /.../ros-stacks/cmvision/src/color_gui.h:34:32: fatal error: cv_bridge/CvBridge.h: No such file or directory compilation terminated.
It looks like opencv has changed a smidge since this package was written so it would need to be updated... Is there an updated repo somewhere else? Has the package been made obsolete by something else? Any pointers?
(And yes I did see the homebrew post, but the instructions aren't current either.
I think cmvision has been unmaintained for quite some time. I got it working with fuerte a while back, but I don't remember what that required.
I can confirm I am getting the same error when writing an image subscriber like in this tutorial: http://www.ros.org/wiki/image_transport/Tutorials/SubscribingToImages