Ros Indigo cv_bridge OpenCv 2.4.8 source install
Hello everyone,
I've recently installed Ros Indigo on Ubuntu 14.04. I was having issues with OpenCv installed by sudo apt-get install libopencv-dev as it did not contain the nonfree/* (SIFT SURF and other 2d features) modules.
I decided to uninstall libopencv-dev and install OpenCv 2.4.8 from source. This went just fine; however, several ros packages (cv_bridge being one of them) were uninstalled as they depended on libopencv-dev.
This is the list of all of the ros packages that depend on libopencv-dev
libopencv-dev ros-indigo-camera-calibration
ros-indigo-compressed-depth-image-transport
ros-indigo-compressed-image-transport ros-indigo-cv-bridge
ros-indigo-depth-image-proc ros-indigo-desktop ros-indigo-gazebo-plugins
ros-indigo-gazebo-ros-pkgs ros-indigo-image-geometry
ros-indigo-image-pipeline ros-indigo-image-proc ros-indigo-image-rotate
ros-indigo-image-transport-plugins ros-indigo-image-view
ros-indigo-librviz-tutorial ros-indigo-perception
ros-indigo-rqt-common-plugins ros-indigo-rqt-image-view
ros-indigo-rqt-robot-plugins ros-indigo-rqt-rviz ros-indigo-rviz
ros-indigo-rviz-plugin-tutorials ros-indigo-rviz-python-tutorial
ros-indigo-simulators ros-indigo-stereo-image-proc
ros-indigo-theora-image-transport ros-indigo-vision-opencv
ros-indigo-visualization-tutorials ros-indigo-viz
Is there a method to install these packages and force them to depend on my source installed opencv?