Skip to content

Parrot-Developers/olympe

Repository files navigation

Olympe - Python controller library for Parrot Drones

Olympe is an SDK that provides a Python controller programming interface for Parrot Anafi drones. It enables to connect to and control a drone from a remote Python script running on a Linux based computer. Olympe is compatible with the following drones from Parrot: Anafi, Anafi Thermal, Anafi USA, Anafi Ai and Anafi UKR, as well as Chuck. Olympe is also compatible with a simulated drone (using Sphinx, the Parrot drone simulator). Like GroundSDK-iOS and GroundSDK-Android, Olympe is based on arsdk-ng/arsdk-xml Parrot packages.

Olympe is part of the Parrot SDK, which allows any developer to create its own mobile or desktop application for Anafi drones.

License

SPDX-License-Identifier: BSD-3-Clause

Olympe source code is licensed under the BSD-3-clause license, some part incorporated into Olympe coming from CPython/asyncio are licensed under their original PSF-2.0 license agreement.

Supported platform

  • Linux Desktop PC (Ubuntu, Debian)