-
Hello,
I've found this to be a good way of converting the position and orientation received by TelloLib to that of Unity's coordinate system.
Maybe after testing, methods for conversion could be …
-
Thanks for making this package. Looks awesome!
I ran into this error starting the tello_node:
Traceback (most recent call last):
File "/opt/ros/kinetic/lib/tello_driver/tello_driver_node", l…
-
Given easy_tello is fairly simple, it might be better to just rewrite the API to the drone rather than use easy_tello.
-
Hi, may I confirm if this framework is able to support multiple Tello drones? Are they referred as Tello Client0 and TelloClient1? Thank you.
-
I tested the program by code:
`from tello import Tello
tello = Tello()
tello.command()
tello.streamon()
tello.wait(10)
tello.streamoff()
`
and here's what I got:
![image](https://user-i…
-
Following the install instructions, everything worked until catkin build. I am on Ubuntu 18/ROS melodic, and I have tried CMakeLists, CMakeLists_changed, CMakeLists_changed2, and CMakeLists_melodic. T…
-
gmake: *** [Makefile:146: all] Error 2
---
Failed
Yhaw updated
5 months ago
-
I command `roslaunch tello_driver tello_node.launch` but occured below error.
how can i fix it?!
-
https://github.com/sugihara-16/Tello_Control の問題点を確認しました。
全体的に、通信が不安定だったり、サポートしている機能が少ないという問題が目立つので、
もしかして、https://github.com/anqixu/tello_driverが[TELLO SDK2.0](https://dl-cdn.ryzerobotics.com/downl…
-
When I try to get the battery level of the tello it doesn't respond with anything, this is the terminal output.
`Sending command: command
Response: b'ok'
Sending command: streamon
Response: b'ok…