-
Hi, first of all, thank you for such a great project but I have some issues :
I have edited your DroneVisionGUI.py for special purposes, simply I needed another UI for controlling bebop, and had no…
-
Hello, the parrot Mambo is not connecting and throws the following message:
(pyparrot) C:\Users\Marcos\Desktop\DemoPyparrot>python demoMamboTricks.py
OpenCVAvailable is False
FTP login success is…
-
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 =…
-
Hello ! I have a problem with camera tilt. I want to show the streaming as 90 degree to floor.
I use this command: bebop.pan_tilt_camera(90.,90.) but not working.
Any solutions ? Thank you.
-
I am not sure why I am getting this error when trying to run one of the example files. Can anyone assist? Typically I would pip install the missing module which I did but it did not resolve the issu…
-
My environment is Raspberry Pi 3 Model B, preinstalled python3
I am trying Parrot Mambo with BLE connection.
So I installed all of your mentioned in "https://pyparrot.readthedocs.io".
After t…
-
I tried to run find_mambo for scanning Bluetooth Address of Mambo like the follwing.
sudo find_mambo
But I couldn't run find_mambo. There was no command.
I already installed required files by i…
-
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…
-
I worked through the instructions and at the end attempted to install PyParrot. I get an error that says "pyparrot requires Python '>3' but the running Python is 2.7.13" I am running the latest Raspbi…
-
Hello.
I am trying to test "demoMamboGroundcam.py ".
As you know, there is no WiFi function for mambo fly, mambo code, mambo mission except mambo fpv.
Can you answer about the following question?…