Controlling Tello Drone and do cool projects with it
-
Depencensies
for usingdjitellopypackage, some specific versions of numpy and pillow is needed. So better to create a virtual environment and install the requirements.txtpip install -r requirements.txt
-
s: for saving frames -
pgUp: Take off the drone -
PgDn: Land the droneAll movments are relative to the drone itself
-
Left arrow: Rotate 10 degrees to the left -
Right arrow: Rotate 10 degrees to the right -
w: Move 20cm forward -
z: Move 20cm backeward -
a: Move 20cm to the left -
d: Move 20cm to the right