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:
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.