Rosdep install error when installing ROS Indigo on Raspberry Pi 3 B

asked 2016-10-06 17:13:45 -0500

ChrisVolkoff gravatar image

updated 2016-10-09 00:00:52 -0500

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.

edit retag flag offensive close merge delete