-
Hello, congratulations for the Tello initiative.
I'm having trouble trying to use these are some of the errors
Error Running joystick_and_video.py
Tello video WID: 722040
Tello: 13:10:53.959…
-
Can you please give me the exact name and description of the drone so I don't purchase the wrong type?
the drone is mentioned here
https://developer.ibm.com/tutorials/program-ryze-dji-tello-drone-u…
-
If "Anything" yields a bunch of free items, "Free" should yield the same thing, right?
https://youtu.be/HxOm51r8ERY
Seems to only affect `Following + New` query.
-
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…
-
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 was wanting to do a flip, but as far as I can get it is mydrone.flip(direc = ~~). I have tried putting forward, backwards, left, and right where the ~~ is, and I haven't been successful. If it is po…
-
Tello using the command get_speed() publishes constantly a speed of 10 irrespective of motion. Also, how is possible to get its current position or distance it has travelled?
-
Hello,
I am trying to use this SDK with a Tello EDU connected to a separate AP, but the video socket bound to port 1111 never seems to get any data.
The receive socket bound to 8889 is able to g…
-
Could I have a little tutorial on how to use the video feature? I want to display the video in a winforms picturebox if that’s possible ;)
-
When I read the documentation, the 2 first bytes of the data of the UDPpacket with the video data, contains a index and sub-index. But when I check this, it looks something different.
The documentat…