dji-sdk / Tello-Python

This is a collection of python modules that interact with the Ryze Tello drone.
Other
1.34k stars 642 forks source link

Connecting #75

Open CaillTo opened 3 years ago

CaillTo commented 3 years ago

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

baqwas commented 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.