-
I keep getting "no module named pyparrot.Minidrone" when I run any of the demo files that include the "from pyparrot.Minidrone import Mambo" (see photo). If I go into the scrpits of pyparrot however, …
-
Hello, I have been trying to use groundcam to take some pictures, however, I am getting this error.
Traceback (most recent call last):
File "/pyparrot/examples/demoMamboGroundcam.py", line 25, i…
-
Hi sir, i plan to buy parrot mambo mission tomorrow, as that model the is only model that available at my hometown.
But i am afraid if this mambo mission cant support programmable with pyparrot.
-
Hi,
First, huge thanks for making this library available. I found among the documentation under `/commandsandsensors` a [common.xml] (https://github.com/amymcgovern/pyparrot/blob/master/pyparrot/co…
CZRam updated
5 years ago
-
Hey,
I was trying out the driver with 2 mamba drones just to hover themselves. But I notices that it does not work in parallel. it is a series operation like it will execute the script for 1st dron…
-
Hey guys!
I'm trying to find out how to work with a Bebop 2 without a virtual camera (I have interesting in the raw pics - fisheye), connecting with ROS Kinetic, however I didn't find how can I get…
-
I am using python 3.9 and I am new to pyparrot. When trying to connect to my Bebop 2 I come across the following error:
File "C:\Users\Michael\AppData\Local\Programs\Python\Python39\lib\site-pack…
-
Development environment: Ubunto 14.04 LTS (this is old. Could that be the issue)
I have a feeling the issue is that I don't really understand the directory structure and path requirements surrounding…
-
Hi,
Following a different guide I have given a bebop a static IP within out network. I would like to know how to address that IP specifically within pyparrot. The idea is that I have multiple bebop…
-
I am somewhat new to pyparrot and am looking to analyze the streamed frames. In what way can I keep up with the VLC stream and analyze those frames. Basically, what would be the frame variable for cv2…