hanyazou / TelloPy

DJI Tello drone controller python package
Other
685 stars 293 forks source link

Is there still someone using this library? I hope to confirm if we can send command rc using this library. #107

Open zj0042 opened 1 year ago

zj0042 commented 1 year ago

It seems that Tello will automatically send stick command. If I have a tello object, 1) can I call some functions to send command? because I only saw that Tello.py send stick command when it receives some package. Tello.py does not provide a command for programmer to call for sending command. 2) I am wondering if I want to send rc command, can I call some functions provided by Tello.py? I didnt find any rc command in Tello.py. not sure yet. any help will be appreciated.

JohnTailor commented 1 year ago

The "stick command" aka rc command never worked for me with this library. I ended up switching to djitellopy, where it worked out of the box, though funnily also only after a drone reset.