-
Hi
Most of things in this package works after some minor tweaks.
may i ask how did you connect to multiple tello?
I read on line that tello edu does not output stream in station mode. So i gues…
-
sorry to post this an issue, not sure what the reason of this behaviour is, but I can't get it to work.
everything is sourced and I can execute `roslaunch flock_driver orbslam2_with_cloud_map.launch…
-
wonderfull work, i buy a tello drone, but i have intalled ros 1 with catkin_make , how i can run the driver on ros1 , please help me
-
The `FlightData` struct fields use a lot of abbreviations and don't have descriptions. What is `EmOpen`? `ElectricalMachineryState`? `FlyMode`? `FrontLSC`? `ImuState`? What are the possible values for…
-
## mini2 SDK
* [mobile SDK](https://developer.dji.com/mobile-sdk/)
* [quick-start: run sample code](https://developer.dji.com/doc/mobile-sdk-tutorial/en/quick-start/run-sample.html)
* [tutorial…
-
It seems that Tello will automatically send stick command. If I have a tello object,
1) can I call some functions to send command? because I only saw that Tello.py send stick command when it receive…
-
视频传输的问题如何解决,并且我已经安装了ffmpeg了,另外有人知道如何将yolo与tello结合么
-
When running tello_node.py:
to test out controlling the drone with the keyboard i tried running the tello_node.py, but it aint able to bring up the CV window for controlling the drone. i have tried t…
-
Bro,I am working with a Tello drone, utilizing the DJITelloPy library to control it. However, I'm encountering an error when attempting to close the video stream and destroy the Tello instance. The er…
-
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.…