You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exercise_2/3rdparty/DJITelloPy-master/docs/index.md

720 B

DJITelloPy

This documentation is the API reference of the DJITelloPy Library.

For more information on the project please see the readme on github.

API

Currently the library contains the following classes:

  • [Tello][tello] for controlling a single tello drone.
  • [Swarm][swarm] for controlling multiple Tello EDUs in parallel.

Example Code

Please see the example directory on github.

Installation

pip install djitellopy

For Linux distributions with both python2 and python3 (e.g. Debian, Ubuntu, ...) you need to run

pip3 install djitellopy