DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!
DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!
DJI Tello drone python interface using the official Tello SDK and Tello EDU SDK. This library has the following features:
Feel free to contribute!
pip install djitellopy
For Linux distributions with both python2 and python3 (e.g. Debian, Ubuntu, ...) you need to run
pip3 install djitellopy
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 .
See djitellopy.readthedocs.io for a full reference of all classes and methods available.
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()
In the examples directory there are some code examples. Comments in the examples are mostly in both english and chinese.
streamon command and the response is Unknown command means you have to update the Tello firmware. That can be done through the Tello app.port commands)This project is licensed under the MIT License - see the LICENSE.txt file for details
OSError: [Errno 10014] Error number -10014 occurred: 'udp://@0.0.0.0:11111' when calling get_frame_read()
Failed to grab video frames from video stream
tello connect command returns errno65
How does the send_rc_control actually works?
OSError: [WinError 6]
Not able to read Dji tello frames on ubuntu 20.04
Issues with Tello video stream to Windows 11 Computer
Computer frozen after call tello.streamon()
no accelerated colorspace conversion found from yuv420p to rgb24.
Please create a new release