Robotics StackExchange | Archived questions

How to link (bind) vision-opencv to ros indigo

Well I just performed

cd ros_workstation/src
git clone https://github.com/ros-perception/vision_opencv.git

Is this enough? Or should I also modify package.xml?

Asked by polar on 2016-06-01 04:44:37 UTC

Comments

Answers

Thats just usefull if you want to install it from source and will also work ( probably when you got no sudo rights). I'm not quite sure but the package should be awailable if you install ROS with sudo apt-get install ros-indigo-desktop-full. Otherwise you can install it with sudo apt-get install ros-indigo-vision-opencv. For using OpenCV at your ROS nodes please follow the tutorials at cv_bridge Tutorials.

Asked by chwimmer on 2016-06-01 07:07:57 UTC

Comments