-
-
Hi @ErnGusMik, is it possible to get the mission pad number if detected? I did check out the doc, but there is no similar one. Thanks!
-
hi! thanks a lot of tello-ros2!
i`m trying to get camera_info in second terminal with:
`ros2 topic echo /camera_info` but receive nothing.
in main terminal i see:
```
Traceback (most recent c…
-
I can operate ESPTelloCLI via the Arduino Serial Monitor.
I close the Serial monitor and then try the tello program. I get this:
```
connect TELLO-AA6D73
0
b'r\x82\x12nnnl|\x0cl\x90r\x92\x02\…
-
hey great repo i work in a school looking to make it easier to program the tellos.
i cant seem to get your code to work with the tello talents or the upgrade kits for the old edu drones the led panel…
-
Hi all,
I was trying out both Tello_Video & Tello_Video_With_Pose_Recognition packages in my Mac Os catalina
At first, I installed Tello_Video with the one click install and it not work. still get…
-
Hello
Is this codebase compatible with another version than gazebo classic? It doesn't seem to work as expected (dependencies issues) when working with Gazebo Fortress for example.
Thanks
-
Hi, I'm working on Ubuntu 20.04 and ROS Noetic. I want to install tello_driver but I get the following error message:
```
SUMMARY
========
PARAMETERS
* /rosdistro: noetic
* /rosversion: 1.…
-
Hi
I am trying to launch a dji tello drone using the aerostack2 framework. Do you guys have any recommendations on how to change some of the example to make this possible? I have tried a lot to make …
-
Hello, am I right, that the drone is always initialised? Even if the `response.compare("ok")` is not `true`?
Is this intended?
```
void Tello::init()
{
udpclient = new WiFiUDP();
//This init…