-
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…
-
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…
-
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…
-
Your code is great and most things work great but I tried video_effect.py and ran into some issues. It says log data is corrupted and then a timeout error. Would you help me to resolve it?.
Tello:…
-
![Captura de pantalla 2024-07-11 174948](https://github.com/damiafuentes/DJITelloPy/assets/175340970/507fde95-4f9c-4c0f-8852-440a52665349)
-
## 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…
-
Hello,
thanks for amazing work! Have you tried to run this with physical DJI Tello? I'm going to use dji tello and orb-salm, and it would be amazing to get some setup instructions. Thank you!
-
Hi!
Thanks for this awesome lib. I have a couple of questions:
1. Does this library work with the Edu version?
2. Does this library have extra supported features for the Edu version? (The offic…
-
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.…
-
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…