Tello-Python
Tello-Python copied to clipboard
This is a collection of python modules that interact with the Ryze Tello drone.
The Tello SDK documentation mentions that the Tello EDU returns an "ok/error" response for the "emergency" command. https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf However, I see that my EDU drone doesn't return an "ok" response...
I'm trying to run TelloVideo under Ubuntu 20.04 LTS with no success. While importing libh264decoder (compilation went OK, just some warnings), I got: ``` Exception has occurred: ImportError /lib/x86_64-linux-gnu/libboost_python38.so.1.71.0: undefined...
I can't download the file "pose_iter_160000.caffemodel", so I found the file on the Internet and copied it to the document. But when I ran the project, it couldn't work. sent:...
fixed typo: "tello_adderss" -> "tello_address"
I would like to do some practical training while not having the actual tello. Is it possible? Like to have a simulator on pc. Windows
Hi! I'm trying to set speed by using command, e.g., send_command('speed 10'), and even though I receive back 'ok', the drone doesn't move (when I use other commands like send_command('up...
使能无人机发送视频后,可以用opencv中的videocapture(udp://@0.0.0.0:11111)进行播放,但是没有办法使用ffplay中的h264解码器进行播放,请问这个问题该怎么解决? 使用opencv的代码: cv.videocapture(udp://@0.0.0.0:11111) 使用ffplay代码: ffplay -f h264 udp://0.0.0.0:11111 (我也尝试了将udp后面的0.0.0.0换成localhost,tello的地址:192.168.10.1,以及自己的ip地址,但是都没起作用。命令会一直卡在下面这个步骤,不会做任何事) 
请问用python写网页,怎么才能直接在网页端直接连接到tello无人机,从响应中读取无人机视频帧??例如这样的方式: 
fixed print statements so now it will work with python 3
I have installed all the libraries allowed UDP 11111 port on the firewall, connected to wifi successfully and run the code in terminal on python2.7 but there is no responce....