Control DJI Tello drone with Python 3
Project description
# 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文件内的方法及注释
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.0.4.tar.gz
(6.2 kB
view details)
File details
Details for the file tello-python-1.0.4.tar.gz
.
File metadata
- Download URL: tello-python-1.0.4.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0dcbf73c766f50cd9cd87406c42d817741bee1655f62b1a398e4f3fbaa1ef4f0
|
|
MD5 |
3bdaf5eb5edc98478ed750b1c33f7f76
|
|
BLAKE2b-256 |
b40f49ef13d191932dd2d87dcaa0b1c67897926657b1f9d9f9754ab42c8b4aa2
|