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

VictorAbraham's profile - activity

2017-12-20 20:17:03 -0500 received badge  Famous Question (source)
2016-12-23 04:31:45 -0500 received badge  Notable Question (source)
2016-11-17 09:35:09 -0500 received badge  Popular Question (source)
2016-11-16 16:23:37 -0500 commented answer ROS on Raspberry 3

For me it is giving below error, 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 ....

2016-11-16 15:00:40 -0500 asked a question ROS indigo installation fails on Raspberry pi 2 and 3

I tried to follow the instructions below to install ROS indego on raspberry pi 2 and 3, http://wiki.ros.org/ROSberryPi/Instal...

Both failed. I used latest image from raspberry website.

Raspberry pi 2 failure - Failing while installing liblz4-dev. apt-get source -b lz4 command just runs for a very long time and gives below error

Read : 66 MB   ==> 59.22%   ^CMakefile:226: recipe for target 'test-lz4-basic' failed
make[3]: *** [test-lz4-basic] Interrupt
Makefile:98: recipe for target 'test' failed
make[2]: *** [test] Interrupt
debian/rules:47: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Interrupt
debian/rules:33: recipe for target 'build' failed
make: *** [build] Error 1
dpkg-buildpackage: error: debian/rules build died from signal 2

Raspberry pi 3 failure - Failing during python installation stage,

sudo apt-get install python-pip python-setuptools python-yaml python-distribute python-docutils python-dateutil python-six

Error message

sub-process /usr/bin/dpkg returned an error code (1)

Do we have any recent image of raspbian Jessie with ROS Indigo installed?