ezrafielding/easyTello

Set speed

pet93 opened this issue · 0 comments

pet93 commented

Hi, I'm trying to set Tello Edu speed by typing self.send_command('speed {}'.format(speed)), e.g., tello.send_command('speed {}'.format(20)), and even though tello response is 'ok' it actually doesn't move. How can I solve this problem? Moreover, it is possible to set the speed direction?
Thank you