Open CaillTo opened 3 years ago
Hello @CaillTo,
My knowledge of Tello-Python is ZERO! A cursory view of the error message suggests that you are probably using Python3 and therefore your print statements must be enclosed in parentheses.
print ("sending command : %s to %s".format(command, self.tello_ip))
Other minor variations of the command are usable too.
Kind regards.
Hi i have some issues connecting the drone with your code. Can you help finding out what's wrong ?