Week 1: Make Driver for Tello drone
This week, using tello sdk, I have developed a python class to communicate with drone.
I’ve also developed a teleoperator for the drone.
Use instructions are in the directory. To move the drone, use following commands (You need to hold down the keys):
| Key | Command |
|---|---|
| up | move front |
| down | move back |
| left | move left |
| right | move right |
| w | move up |
| s | move down |
| a | rotate left |
| d | rotate right |