Difference between revisions of "OpenCV Installation"

From wikidb
Jump to: navigation, search
(I Heart Robotics)
(I Heart Robotics)
Line 5: Line 5:
 
As root
 
As root
  
 +
remove the following box
 
<pre>
 
<pre>
 
cd /opt/ros/electric/stacks
 
cd /opt/ros/electric/stacks

Revision as of 12:29, 12 May 2012

I Heart Robotics

I Heart Robotics installation instructions and tutorials.

As root

remove the following box

cd /opt/ros/electric/stacks
svn co https://bosch-ros-pkg.svn.sourceforge.net/svnroot/bosch-ros-pkg
source ../setup.sh 
cd bosch-ros-pkg/trunk/stacks/bosch_drivers/usb_cam/
rosmake usb_cam

Modified steps

cd /opt/ros/electric/stacks
svn co https://bosch-ros-pkg.svn.sourceforge.net/svnroot/bosch-ros-pkg
source ../setup.sh 
cp -r bosch-ros-pkg/trunk/stacks/bosch_drivers/usb_cam .
cd usb_cam

Remove the <rosdep name="libswscale-dev"/> line from manifest.xml. A check of Synaptic shows it is there and the follow step will fail if this line is present.

rosdep install usb_cam
rosmake usb_cam