Olympe mission¶
The Olympe mission demonstrates how to:
create a service that uses the Olympe SDK to control the drone.
Olympe is a Python SDK that is typically used to control Parrot’s drones from a ground station (i.e a computer). This mission illustrates how Olympe can also be used from the drone, within an AirSDK service. More specifically, the sample uses Olympe to take a photo that can be subsequently downloaded from the drone’s web server.
To use Olympe within an AirSDK service, developers must create the
base controller object calling olympe.LocalController() instead of the
typical olympe.Drone(<drone-ip>).
The source code of the sample is available here.
You can also learn more about the Olympe SDK here.