Olympe on drone

Olympe is a Python SDK originally designed to control Parrot’s drones from a ground station (i.e a computer).

It turns out that Olympe can also be used from the drone, within an AirSDK service, thus allowing AirSDK’s users to leverage most of the features of the Olympe SDK.

One of the most powerful classes exposed by Olympe is the drone controller class olympe.Drone. To use Olympe within an AirSDK service, developers must instantiate such a controller calling olympe.LocalController() instead of the typical olympe.Drone(<drone-ip>).

The source code of our Olympe sample is available here.

You can also learn more about the Olympe SDK here.