# Tello-Python
Control DJI Tello drone with python
# Installation
pip install tello-python
# Examples
# 引入tello_python包,注意:这里是下划线_连接 from tello_python import tello
# 初始化无人机对象 drone = tello.Tello()
# 起飞 drone.takeoff()
# 前进100cm drone.forward(100)
# 顺时针旋转90° drone.cw(90)
# 向左翻滚 drone.flip(‘l’)
# 打开视频流 drone.streamon()
# 降落 drone.land()
更多命令请参考源码tello.py文件内的方法及注释
Release files for tello-python 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tello-python-1.0.4.tar.gz | 6.2 kB | Details |
Release files / tello-python-1.0.4.tar.gz
| Download URL | tello-python-1.0.4.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0dcbf73c766f50cd9cd87406c42d817741bee1655f62b1a398e4f3fbaa1ef4f0
|
|
BLAKE2b-256 checksum How to use checksums |
b40f49ef13d191932dd2d87dcaa0b1c67897926657b1f9d9f9754ab42c8b4aa2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.8
|