Control DJI Tello drone with Python3
Project description
- # Tello-Python
- Control DJI Tello drone with python
- ## Installation
- pip install tello-python
- ## How to import
import tello
drone = tello.Tello()
- ## Examples
import tello
drone = tello.Tello()
drone.takeoff()
drone.forward(100)
drone.cw(90)
drone.flip(‘r’)
drone.streamon()
drone.land()
- ### Distance
- Required. The distance to fly forward in cm. Has to be between 20 and 500.
- ### Degrees
- Required. The number of degrees to rotate. Has to be between 1 and 360.
- ## More
- For more commands, please refer to the methods and comments in the source code tello.py file
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
tello-python-1.1.6.tar.gz
(9.6 kB
view hashes)
Built Distributions
tello_python-1.1.6-py3.8.egg
(19.1 kB
view hashes)
Close
Hashes for tello_python-1.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d507c6d8c034067f8e63112c114a2aec1e651e66588241d2991f305ea6aecc38 |
|
MD5 | ada16b39baaf74c14b6a13b48a8c598c |
|
BLAKE2-256 | 523619e6ffae7c722208942a6546eb02b0d62dd4f056b220d3227eccf3c041e2 |