Tello-Python icon indicating copy to clipboard operation
Tello-Python copied to clipboard

Connecting

Open CaillTo opened this issue 5 years ago • 1 comments

Hi i have some issues connecting the drone with your code. Can you help finding out what's wrong ? 17F4754A-5405-4B87-A4BA-D286EA6AD57C

CaillTo avatar Jan 09 '21 11:01 CaillTo

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.

baqwas avatar Jan 10 '21 15:01 baqwas