Tello drone and the python packages: Difference between revisions
From wikiluntti
(Created page with "== Introduction == Some of the Python packages that are available to program Tello drone. == Theory == List of packages === On Off coder === On Off coder https://tello.o...") |
|||
Line 41: | Line 41: | ||
AP mode or Station mode. | AP mode or Station mode. | ||
=== Shan Simpson === | |||
[https://shan-simpson.com/tello-edu-drone-python-programming-tutorial-product-review/ Shannon Simpson] | |||
SDK 2.0 | |||
UDP Client (User Datagram Protocol) | |||
=== Tello-Python === | |||
[https://github.com/dji-sdk/Tello-Python Tello-Python] (2018) | |||
Python 2.7 |
Revision as of 20:36, 27 September 2021
Introduction
Some of the Python packages that are available to program Tello drone.
Theory
List of packages
On Off coder
On Off coder https://tello.oneoffcoder.com (2019): Looks good but Scratch.
- Adobe Air
- Scratch
- Node JS
- Tello Extension
On Off coder https://tello.oneoffcoder.com (2019): Python version, also.
Commands:
- takeoff, land
- up XX cm, down XX cm
- left XX cm, right XX cm, forward XX cm, back XX cm
- cw XX Rotate clockwise degrees, ccw XX
- flip x l, r, f, b
- speed XX cm/s
- speed? Battery? Time?
- streamon, streamoff
- emergency
- stop hovers in the air
- go x y z v (mid)
- curve x1 y1 z1 x2 y2 z2 v (mid)
- jump x y z v yaw m1 m2
- wifi
- mon, moff pad detection
Swarm mode.
AP mode or Station mode.
Shan Simpson
SDK 2.0
UDP Client (User Datagram Protocol)
Tello-Python
Tello-Python (2018)
Python 2.7