Tello-Python
Tello-Python copied to clipboard
This is a collection of python modules that interact with the Ryze Tello drone.
A small bug was there in tello_control_ui.py where some keyboard press event was not working. Updated from `def on_keypress_up(self, event): print "forward %d m" % self.distance self.telloMoveForward(self.distance)` to `def on_keypress_up(self,...
Hi, I'm working on a project where I want to use a python script, run from a computer, to command my drone to fly around and take pictures. But the...
could I add my custom model such as object detection model(for example yolo)? must these models be developed with caffe?
so I am having trouble with using airsim with tellopy. I am am getting an error Traceback (most recent call last): File "", line 1, in runfile('C:/Users/fahre/Desktop/dronecontrol.py', wdir='C:/Users/fahre/Desktop') File "C:\ProgramData\Anaconda2\lib\site-packages\spyder_kernels\customize\spydercustomize.py",...
Thanks in advance.
Hi, I have my Tello drone sitting idle on my desk and it shuts down after about 4 minutes. This happens consistently. Does anyone know if this is a common...
Is there a command to fetch the drone ID of that is displayed in the Wifi connection list? For example: "TELLO-XXX"
Feel free to test https://github.com/f41ardu/Tello-Python/tree/master/PY3_Tello_Videop On an Raspberry PI 3+ I still got multiple video errors but video is working on python 3.5. I assume it may work on 3.x,...
 gz#25506
Append two lines: `log/` `build/` to the `.gitignore` file.