-
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?
-
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python27\lib\lib-tk\Tkinter.py", line 1541, in __call__
return self.func(*args)
File "D:\Desenvolvimento\tello\T…
-
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…
-
看了这篇文章https://codelab-adapter-docs.codelab.club/dev_guide/helloworld/
其中说插件需要两个部分:
1. scratch3.0网页中的插件(内应)
2. 在CodeLab Adapter中写一个插件,代理硬件设备、AI或其他程序
scratch端的插件(内应)示例我只找到了[EIM](https://github.com…
-
As of Dashing, gazebo_ros_packages publishes camera_info as "best effort," which is probably a good idea. Also change this in tello_driver.
-
I managed to fly the tello drone using keyboard_video code and i was wondering where are the images stored? Also i have mplayer but i have no idea where is the videos are stored..
Any help is appre…
iKevv updated
5 years ago
-
State of goup doesn't work
-
Hi there,
I just want to clarify about this tutorial and all the Tello connectivity related.
It won't work with Watson if your laptop does not have an Ethernet (wired) Internet connection right?…
namgk updated
5 years ago
-
I am creating an application which will upload an image from iPad to postgres server and also download the image data from database and display in iPad.
In my database, I have a column named image …
-
I'm trying to use TelloLib on PC, but can't get the video working. Tello.onVideoData never gets called. Normal controls & flight data work fine. Ideas?