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
Built Distributions
File details
Details for the file tello-python-1.1.6.tar.gz
.
File metadata
- Download URL: tello-python-1.1.6.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
506a11a53bc0b9aa9968e417d56febd2fbd7254983119ce1532d589670e66003
|
|
MD5 |
71c5782f66ea5b875425ad85686cf31f
|
|
BLAKE2b-256 |
43a5591051608641258679532113f04afad66b3a8d3fbfe84e1efbce373155a8
|
File details
Details for the file tello_python-1.1.6-py3.8.egg
.
File metadata
- Download URL: tello_python-1.1.6-py3.8.egg
- Upload date:
- Size: 19.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d4e2e75e0c2622fe40bfcfc0a2b5cfe2d395bd13b202346de7e4ee35a75ef6a4
|
|
MD5 |
ffe8dff78e2c996d964e2e3fda24e651
|
|
BLAKE2b-256 |
1ed1e3f022fee8fc9e80041590f1d3f1c64e89cbc9308050cb3a7b2597230bdd
|
File details
Details for the file tello_python-1.1.6-py3-none-any.whl
.
File metadata
- Download URL: tello_python-1.1.6-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d507c6d8c034067f8e63112c114a2aec1e651e66588241d2991f305ea6aecc38
|
|
MD5 |
ada16b39baaf74c14b6a13b48a8c598c
|
|
BLAKE2b-256 |
523619e6ffae7c722208942a6546eb02b0d62dd4f056b220d3227eccf3c041e2
|