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

bebop_autonomy on Raspberry Pi 2 or Odroid C2?

asked 2016-08-05 10:31:50 -0500

Sam94 gravatar image

updated 2016-08-29 13:34:20 -0500

Has anyone successfully used bebop_autonomy on either the Raspberry Pi 2 or the Odroid C2? I have Ubuntu 14.04 and Indigo installed on the Pi, but I'm running into errors because of the SSE compiler options (same problem as this guy). I also have an Odroid C2 running Ubuntu 16.04, but I'm having a little trouble getting Kinetic installed, so I haven't been able to try anything on it yet. Thanks for your help.

Edit: I tried installing bebop_autonomy on the C2 with Kinetic, but it gives the same error.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-10-06 18:57:45 -0500

Mani gravatar image

Many of the problems with incorrect compiler flags on non x86_64 platform have been solved in the latest SDK from Parrot (3.10.1). I maintain a slightly patched (and leaner) version of parrot_arsdk here which compiles fine on i386 and 32-bit arm architectures. This patched version is released as an standalone binary and you can install it by running sudo apt-get install ros-VERSION-parrot-arsdk on your pi or C2 (assuming ROS repositories are setup correctly).

As of today, the released version is at version 3.9.x. The 3.10.x release will come out during the next ROS release (sync) cycle. You can get it from ROS shadow-fixed repositories.

At the moment bebop_autonomy does not use this version of parrot_arsdk. Instead it builds it inline during compilation. This will change soon. To see an example of how to force bebop_autonomy to use the packaged parrot_arsdk, take a look at the following branch of bebop_autonomy : https://github.com/AutonomyLab/bebop_... . Specifically the changes in bebop_driver/package.xml and bebop_driver/CMakeLists.txt.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-05 10:31:50 -0500

Seen: 548 times

Last updated: Oct 06 '16