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

error install ros grovy in raspbian

asked 2013-03-15 07:32:35 -0500

mrpiccolo gravatar image

updated 2014-01-28 17:15:44 -0500

ngrennan gravatar image

i want install ros grovy in my raspberry, i chose ros base version but to point 5.6 when i launch the command:

sudo rosdep install --from-paths src --ignore-src --rosdistro groovy -yr

it returns the error:

apt: failed to detect succesful installation of [python-rosdep] apt: failed to detect succesful installation of [python-rospkg] apt: failed to detect succesful installation of [python-catkin-pkg]

can i do?

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
0

answered 2013-03-15 12:02:35 -0500

joq gravatar image

updated 2013-03-19 07:13:20 -0500

kalectro gravatar image

The binary UBUNTU package repository does not include ARM packages, only i386 and x86_64.

For your platform, you will need to install from sources

edit flag offensive delete link more
0

answered 2013-03-16 09:25:18 -0500

mrpiccolo gravatar image

updated 2013-03-16 12:03:56 -0500

thanks for the answer but the link don't work
however i tried to use the image which there is in the installation page and after some modifications it's work. Now i must use opencv for video capure but a correct program that works in my pc with ros fuerte don't compile, i don't know but in my pc there is the package opencv2 while there isn't in this image, maybe it's the problem?
P.S. i add in the cmakefile.txt:

find_package(OpenCV REQUIRED)
target_link_libraries(my_application_target ${OpenCV_LIBS})

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-15 07:32:35 -0500

Seen: 219 times

Last updated: Mar 19 '13