-
Hey @gemSquared, @hanyazou
I'm currently working on a project that implements all TelloPy's capabilities in *c++*,
I need these capabilities as part of my *autonomous tello using **ROS2*** project…
-
Hi everyone!
I am trying to follow along Murtaza's Workshop YouTube "Drone Programming With Python Course | 3 Hours | Including x4 Projects | Computer Vision" course:
https://www.youtube.com/wat…
-
When I am trying to connect to the drone I get the following error (on Ubuntu 18.04 and Python 3.6.9):
```python
>>> from djitellopy import Tello
>>> tello = Tello()
>>> tello.connect()
Traceback…
-
Hello,
I am trying to use your ROS2 Tello node on Foxy, Ubuntu 20.04 but I always get an error about cv_bridge_boost. The Tello node crashes at startup.
Please find the trace:
```
[INFO] [l…
-
Hi,
I want to use djitellopy lib to controll my tello sdk 2.0 edu. I want to run some examples but I recieve the error below.
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓…
-
Hi, inspired by Murtaza's drone project, I fly the Tello in autonomous mode. In well lit rooms it works fine. Now I wonder if it is possible to fly in low light conditions, for example following a lig…
-
I have a simple Node.js server. Using the dgram module, I'm receiving video feed from a Tello drone thru UDP. It is in raw H.264. Using the node-webrtc package I am able to establish an RTCPeerConnect…
-
Hi, I'm unable to get the Single_Tello_Test working with my Tello EDU drone. This works fine with my older original Tello.
Here's the transcript:
clyde@fastr:~/projects/Tello-Python/Single_Tello…
-
`emergency()` waits for a response when the Tello appears not return one, so it hangs.
Also `emergency()` should recognise that the drone will have landed - difficult not to with the motors switche…
-
when using the command 'tello.initiate_throw_takeoff()' I've noticed a few things.
Firstly, the command allows you to throw the drone in the air within 5 seconds to take off. But tello.py does not …