help~ please , failure install ros on raspberry pi

asked 2017-05-01 15:39:46 -0500

wanghetongtt gravatar image

updated 2018-04-20 01:02:20 -0500

Geoff gravatar image

i am trying to install the desktop version. everything goes fine until i use this command line :

rosdep install --from-paths src --ignore-src --rosdistro indigo -y -r --os=debian:jessie

it keeps told me this:

ERROR: the following rosdeps failed to install
apt: command [sudo -H apt-get install -y gazebo7] failed
apt: Failed to detect successful installation of [gazebo7]

and if try to install it by: sudo -H apt-get install -y gazebo7 it gives me:

Reading package lists... Done
Building dependency tree 
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gazebo7 : Depends: libgazebo7 (= 7.0.0+dfsg-2osrf1~jessie1) but it is not going to be installed
Depends: libsdformat4 but it is not going to be installed
Depends: libtbb2 but it is not installable
Recommends: gazebo7-plugin-base but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

very urgent, what should i do???

edit retag flag offensive close merge delete

Comments

4

Since you are installing on a raspberry pi, you don't have much computing power available and so Gazebo is not likely to be needed. Unless you actually need Gazebo, you would be better off installing the bare-bones configuration and installing other packages as you need them.

Geoff gravatar image Geoff  ( 2018-04-20 01:15:46 -0500 )edit