-
Hi! I was trying to install pyparrot on Rasberry Pi 3 to operate mambo and I finished through the installation guide and when I try to run sample code it gives me an error saying it can't find import …
-
Hi,
I am trying to use this repo as the dependency of noble instead of the old xpc-connection.
I am trying this on MacOS 10.14. I do not get any issue during npm install but I am getting following …
-
Hello,
the ``Minidrone.MinidroneSensors`` class gives us velocities but I've also noticed ``DronePosition_posx``, ``_posy`` and ``_posz`` in the sensors_dict. How are these estimates done? Is it ju…
-
Hello everyone,
I'm currently trying to fly and control a Parrot Mambo, and I'm trying to install this package to do so, but I got a lot of errors (listed below and log attached). I already tried a…
-
Hi. I think there´s an error around line 324 in file Minidrone.py, class Minidrone. If Wifi is enabled then self.groundcam is initialized, but if you are only using BLE then it is never initialized. T…
-
Dr. Amy
Is it possible to control two mambos with BLE by the following code?
Actually, I have no idea to modify code for controlling multiple mambos.
I remembered that you did to control maximum …
-
When installing a Node module via npm from Github, I see the following output on the Travis console:
```
The authenticity of host 'github.com (192.30.252.131)' can't be established.
RSA key fingerpri…
-
Hello,
Again, congrats on the excellent work done here. I have a question about how ``fly_direct()`` works. Per the docs it looks like it sends a roll, pitch, yaw and/or "vertical movement" command…
-
When I try demo-of-the-trick-commands-on-the-mambo this demo on linux-mint I got
```
OpenCVAvailable is True
Traceback (most recent call last):
File "examplefly.py", line 12, in
mambo =…
-
I ran demoMamboTricks.py connecting to the drone using BLE with Ubuntu, but it doesn't take off. This is the output:
```
OpenCVAvailable is False
trying to connect
trying to connect to the mini…