Tello drone and the python packages: Difference between revisions

From wikiluntti
Line 55: Line 55:


Python 2.7
Python 2.7
=== Droneology ===
[https://droneology.tech/courses/tello-drone-programming-with-python/ Tello Drone Programming with Python] (May 2019). Also a github https://github.com/dbaldwin/droneblocks-tello-python
Anaconda + Jupyter, UDP,
=== Hanyazo / TelloPy ===
https://github.com/hanyazou/TelloPy
pip install tellopy
* Handmotion Tello controller https://github.com/GalBrandwine/HalloPy
* Tellocv Tracker https://github.com/Ubotica/telloCV/
=== Hello, Tello - Hacking Drones With Go ===
https://gobot.io/blog/2018/04/20/hello-tello-hacking-drones-with-go/ (2018)
=== Tello-Python 1.1.6 ===
https://pypi.org/project/tello-python/
pip install tello-python

Revision as of 20:44, 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.

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

Shannon Simpson

SDK 2.0

UDP Client (User Datagram Protocol)

Tello-Python

Tello-Python (2018)

Python 2.7


Droneology

Tello Drone Programming with Python (May 2019). Also a github https://github.com/dbaldwin/droneblocks-tello-python

Anaconda + Jupyter, UDP,

Hanyazo / TelloPy

https://github.com/hanyazou/TelloPy

pip install tellopy


Hello, Tello - Hacking Drones With Go

https://gobot.io/blog/2018/04/20/hello-tello-hacking-drones-with-go/ (2018)

Tello-Python 1.1.6

https://pypi.org/project/tello-python/

pip install tello-python