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

vision_opencv installation error on beagleboard

asked 2012-07-08 03:06:46 -0500

incognito gravatar image

updated 2014-01-28 17:12:56 -0500

ngrennan gravatar image

Hey

I was trying to install vision_opencv from here:

https://code.ros.org/svn/ros-pkg/stacks/vision_opencv/

on my BeagleBoard xM running Oneiric.

Each time i perform

rosdep install vision_opencv

I get an error saying: unable to find ros-fuerte-opencv2. I checked the Makefile and it says to look for ros-fuerte-opencv2 in the apt-repository, but since we don't really have a ros repository for BeagleBoard and the installation has to be done from source, i dont really know how to install this package.

Any help will be greatly appreciated.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-07-09 10:39:36 -0500

dinamex gravatar image

The source installation is the only way to install something on an ARM Platform but after a while is pretty straightforward:

first checkout the source code

$ svn checkout https://code.ros.org/svn/ros-pkg/stacks/vision_opencv/trunk

then create a build dir and go into it

$ mkdir build && cd build

then make it with cmake

$ cmake ..

then make and install

$ make
$ sudo make install

hope I could help.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-07-08 03:06:46 -0500

Seen: 594 times

Last updated: Jul 09 '12