Metadata-Version: 2.4
Name: aerial-library
Version: 1.0.2
Summary: Intuitive controls for a Crazyflie drone, built for the robo4you Aerial Junior Challenge
Project-URL: homepage, https://aerial-challenge.org
Project-URL: source, https://git.robo4you.at/AerialChallenge/aerial-library
Project-URL: docs, https://aerialchallenge.pages.airlab.at/aerial-library
License-Expression: MIT
License-File: LICENSE.txt
Requires-Python: >=3.11
Requires-Dist: appdirs>=1.4.4
Requires-Dist: cflib>=0.1.30
Description-Content-Type: text/markdown

Aerial Library
==============

Python library for the robo4you Aerial Junior Challenge.

Enables simple, intuitive interaction with the bitcraze Crazyflie 2.1 drone.


Usage
-----
```py
from aerial_library import Drone, FlowDeck

with Drone("E7E7E7E7E7", FlowDeck) as drone:
    drone.takeoff(1.0)
    drone.move_forward(0.5)
```

See the documentation of `Drone` and `Actions` for details.


Documentation
-------------
You can find a **user guide** as well as the **API documentation** on our website:

https://aerial-challenge.org/downloads
