-
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…
-
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\…
-
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…
-
This is my code, I have also tried adding delays but tit never worked, I received the same result :
############################################################################################
i…
-
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…
-
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.…
-
I connected my Tello with my own WiFi connection and changed the Tello's IP Address everywhere inside the codes.
After running the tello_driver_node.py through the tello_node.launch, the code succe…
-
`smile@smile-Vostro-3400:~/code_demo/tello_catkin_ws$ roslaunch tello_driver tello_node.launch
... logging to /home/smile/.ros/log/59a006b8-e9f1-11ec-8906-a4423b77d657/roslaunch-smile-Vostro-340…
-
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…