ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Ros Indigo cv_bridge OpenCv 2.4.8 source install

asked 2014-07-12 21:49:40 -0500

Charlie Murphy gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-13 13:58:19 -0500

Charlie Murphy gravatar image

Well, The answer to this question is to uninstall the apt-get installed ros indigo and to install from source. There might be an easier/better way but this worked for me.

After installing from source I just needed to make sure my $ROS_PACKAGE_PATH pointed to the right directories.

edit flag offensive delete link more

Comments

If you want things to depend on packages from source, you must compile them from source too. There's not shortcuts.

tfoote gravatar image tfoote  ( 2014-09-26 18:48:33 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-12 21:49:40 -0500

Seen: 3,374 times

Last updated: Jul 13 '14