A library for controlling and interacting with the Tello EDU drone using modern asynchronous Python.
GNU Lesser General Public License v2.1
29
stars
6
forks
source link
Example mission_pad.py has wrong name for mission pad id #3
Closed
jsolderitsch closed 3 years ago
The code uses the name:
It should just be:
Other examples do not use id as part of the name and dropping the id suffix allows this code to work.