-
Do you plan to support SDK 2.0? See https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf. It seems like 2.0 (installed in the Tello EDU) has additional commands. I have…
-
We can add a destructor to close resources
```
def ___del___(self):
if self.socket:
self.socket.close()
self.end()
```
-
I sucessfully execute the example: python -m tellopy.examples.video_effect, but instead if I try to execute python -m tellopy.examples.simple_takeoff nothing happens.
-
Hi,
I ran into this issue after using the module for about 10 mins. The Tello returned b'error motor stop when calling the takeoff method of the Tello class. Please let me know what caused this and h…
-
Mac os ps4 joystick works only in wired mode. When wireless (via bluetooth) it is detecting but no response to buttons/axises. Pygame shows 0 button/hats/axes.
-
Greetings,
I have trouble streaming live video using ROS Tello package (specifically the tello_driver tello_node.launch). I run into this error:
[ERROR] [1548937379.184698]: fgrab: pyav stream faile…
-
The same API needs to be in the simulator as the drone. The implementation will be different, but the message that both receives needs to be the EXACT same. It will need to match the proto file in sha…
-
Thanks alot for your effort in making this ROS2 package for the Tello drone! Since I'm still using ROS1 on a daily basis, I decided to create a docker image in order to run all your ROS2 packages. The…
-
Our class is using the Tello Edu drones, with SDK 2.0. We use PyCharm to code, but the curve command is not functioning. Our teacher has tried sending direct packets to the drone as well. The return i…
-
I have an issue running the gobot/examples/tello_opencv.go example.
I have ffmpeg and opencv installed, and have run the env.sh script before running the opencv file.
When running the file, th…