Skip to main content

Tello drone library including support for video streaming, swarms, state packets and more

Project description

DJITelloPy

DJI Tello drone python interface using the official Tello SDK and Tello EDU SDK. This library has the following features:

  • implementation of all tello commands
  • easily retrieve a video stream
  • receive and parse state packets
  • control a swarm of drones
  • support for python >= 3.6

Feel free to contribute!

Install using pip

$ pip install djitellopy2

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

$ pip3 install djitellopy2

Install in developer mode

Using the commands below you can install the repository in an editable way. This allows you to modify the library and use the modified version as if you had installed it regularly.

$ git clone https://github.com/damiafuentes/DJITelloPy.git
$ cd DJITelloPy
$ pip install -e .

Usage

API Reference

See djitellopy.readthedocs.io for a full reference of all classes and methods available.

Simple example

from djitellopy import Tello

tello = Tello()

tello.connect()
tello.takeoff()

tello.move_left(100)
tello.rotate_counter_clockwise(90)
tello.move_forward(100)

tello.land()

More examples

In the examples directory there are some code examples:

Notes

  • If you are using the streamon command and the response is Unknown command means you have to update the Tello firmware. That can be done through the Tello app.
  • Mission pad detection and navigation is only supported by the Tello EDU.
  • Bright environment is necessary for successful use of mission pads.
  • Connecting to an existing wifi network is only supported by the Tello EDU.
  • When connected to an existing wifi network video streaming is not available.

Authors

  • Damià Fuentes Escoté
  • Jakob Löw
  • and more

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djitellopy2-2.3.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

djitellopy2-2.3-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

File details

Details for the file djitellopy2-2.3.tar.gz.

File metadata

  • Download URL: djitellopy2-2.3.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3

File hashes

Hashes for djitellopy2-2.3.tar.gz
Algorithm Hash digest
SHA256 4e87426d88db7d0c5c42fefd454a3c8dca9fa02ab3558dded86e840403c842c8
MD5 dc2e0d0c4cef39113fa0a11c710afc59
BLAKE2b-256 88363620c6a52eb856551a19f93648663c21ca2f0ae86972f7c39803259f787b

See more details on using hashes here.

File details

Details for the file djitellopy2-2.3-py3-none-any.whl.

File metadata

  • Download URL: djitellopy2-2.3-py3-none-any.whl
  • Upload date:
  • Size: 13.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3

File hashes

Hashes for djitellopy2-2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 68a3c7c60b6ea0a67cdc96a55302a9e6cc0c4d8530ca62434a1eb3ed83b0e47c
MD5 d5747e58f9ad75cc36f5fcda2019b1f5
BLAKE2b-256 6fa5a7901c23e5bad4548f330fc02735c446d42020f74bceb67efbee44d6b907

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page