-
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.…
-
This is my code, I have also tried adding delays but tit never worked, I received the same result :
############################################################################################
i…
-
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…
-
(base) pu@pu-B760M-GAMING-WIFI:~/tello_ros_ws$ colcon build
Starting >>> tello_msgs
Starting >>> ros2_shared
Starting >>> tello_description
--- stderr: tello_description …
-
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 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…
-
Hi every one.
I'm trying to send command like:
But after some commands like this:
```python
from djitellopy import Tello
import time
tello = Tello()
tello.connect()
tello.takeoff()
tello.…
-
Hi got this error after I change from python2 to python3
```
line 77, in __init__
super(TelloNode, self).__init__(
TypeError: __init__() got an unexpected keyword argument 'local_cmd_client…
-
I got error like blow, please help me.
the wifi connection is ok and I can control tello with offical app.
ROS2 version : Foxy Fitzroy
```
chaos@chaos-ubuntu:~/drone_ws$ ros2 run tello tello
…
-
i got a problem with pat_following.py
Traceback (most recent call last):
File "/home/arief/FYPworkspaces/catkin_ws_OAFD/src/OAFD_Monocular/src/simple_tf.py", line 29, in get_transformation
…