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

ChrisVolkoff's profile - activity

2016-12-19 02:12:46 -0500 received badge  Famous Question (source)
2016-11-05 21:12:31 -0500 received badge  Notable Question (source)
2016-10-11 14:55:47 -0500 received badge  Popular Question (source)
2016-10-09 00:00:52 -0500 received badge  Editor (source)
2016-10-06 17:41:37 -0500 asked a question Rosdep install error when installing ROS Indigo on Raspberry Pi 3 B

I'm following the "Installing ROS Indigo on the Raspberry Pi" guide. I'm on a RPi 3 model B with a fresh Raspbian Jessie (with PIXEL) image and want to install the ROS-Comm variant.

I got to section 3.2.2 - Resolving Dependencies with rosdep and tried this:

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

I got this error:

image description

I tried to do the next step anyway (3.3 - Building the catkin Workspace), but it also results in an error.

I can report the error on GitHub, but the error message isn't very descriptive. Any help is much appreciated!

Update: I decided to use Kinetic instead, and it worked.