I can't install ros-indigo-ros-base on Dragonboard 410c

asked 2017-06-06 00:35:13 -0500

Masanori gravatar image

I have tried to install ros-indig-ros-base but I have not done yet
I could install ubuntu 14.0.4 on my Dragonboard 410c to use Chroot following instruction.
http://wiki.ros.org/ROS/Tutorials/InstallingIndigoInChroot

root@linaro-alip:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="14.04, Trusty Tahr
" ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"

But I have some errors when I execute command "apt-get install ros-indigo-ros-base"
http://wiki.ros.org/indigo/Installation/UbuntuARM
root@linaro-alip:~# apt-get install ros-indigo-ros-base
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:
ros-indigo-ros-base : Depends: ros-indigo-actionlib but it is not going to be installed
Depends: ros-indigo-bond-core but it is not going to be installed
Depends: ros-indigo-class-loader but it is not going to be installed
Depends: ros-indigo-dynamic-reconfigure but it is not going to be installed
Depends: ros-indigo-nodelet-core but it is not going to be installed
Depends: ros-indigo-pluginlib but it is not going to be installed
Depends: ros-indigo-ros-core but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Please anyone gives me some advice?

edit retag flag offensive close merge delete