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

installing mavros on raspberry pi zero

asked 2017-04-13 23:40:21 -0500

fiersome gravatar image

i want to install mavros on my raspberry pi zero i follow the installation guide from mavros github

but when i running :

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

i got error :

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies:

mavros: No definition of [sensor_msgs] for OS [debian]

mavros_extras: No definition of [tf] for OS [debian]

test_mavros: No definition of [control_toolbox] for OS [debian]

mavros_msgs: No definition of [geometry_msgs] for OS [debian]

i'm using rasbian jessie with ros indigo

what can i do to resolve the issue ?

edit retag flag offensive close merge delete

Comments

Please link to any instructions you are following.

tfoote gravatar image tfoote  ( 2017-04-14 14:55:21 -0500 )edit

the instructions is from mavros installation guide in github : https://github.com/mavlink/mavros/blo...

fiersome gravatar image fiersome  ( 2017-04-17 02:58:03 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-04-14 14:58:37 -0500

tfoote gravatar image

Binary builds of Indigo are not available on Debian Jessie. http://www.ros.org/reps/rep-0003.html...

Debian Jessie builds are available for Kinetic by only on amd64 and armv8 which I believe does not overlap with the pi zero either. https://github.com/ros-infrastructure...

So you'll likely need to build what you need from source.

edit flag offensive delete link more

Comments

thanks, today i tried using kinetic to build mavros using this : https://github.com/mavlink/mavros/blo...

but when i running :

rosdep install --from-paths src --ignore-src -y

i got errors like in this picture : link of the picture

fiersome gravatar image fiersome  ( 2017-04-17 03:11:01 -0500 )edit

As stated above, ROS doesn't have binary packages supporting the pi zero rn, so if you want to build mavros, you would have to build everything from source, http://wiki.ros.org/kinetic/Installat...

eric1221bday gravatar image eric1221bday  ( 2017-06-21 12:14:42 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-04-13 23:40:21 -0500

Seen: 1,200 times

Last updated: Apr 14 '17