olympe icon indicating copy to clipboard operation
olympe copied to clipboard

Python controller library for Parrot Drones

Results 28 olympe issues
Sort by recently updated
recently updated
newest added

Full story here: https://forum.developer.parrot.com/t/hfov-and-vfov-probably-not-correctly-reported-in-photo-mode/16918

bug

I would like to continuously monitor the status of the ANAFI drone I am trying to extract information like Roll, Pitch, Yaw, Altitude etc using Olympe I've looked at the...

It was working fine previously and i tested recording some videos as well. But strangely now i am facing this error on line `line 748 pdraw.py`. I feel like i...

Hi I'm trying to run the streaming.py and I keep getting an error while importing PdrawRenderer: from olympe.video.renderer import PdrawRenderer File "/home/amir/anaconda3/envs/olympus/lib/python3.8/site-packages/olympe/doc/examples/temp.py", line 4, in from olympe.video.renderer import PdrawRenderer File...

With the new version of olympe 7.0.0 until 7.0.2 the event listener did not get any events. This is an example that it event for roll, pitch, yaw was never...

i have installed olympe flowing the guide[https://developer.parrot.com/docs/olympe/installation.html] after ` ./products/olympe/linux/env/postinst`. it occours error `**ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip...

Hello, I have created a ROS workspace and package which uses the olympe library, which was via pip on python 3.8.10. I tested the installation by running `import olympe` from...

It's possible to use this Dockerfile for Olympe development, including with Pycharm as an IDE ![pycharm-olympe-docker](https://user-images.githubusercontent.com/6577185/100279626-e57e5a00-2f34-11eb-84aa-d9076ff0117b.jpg)

The RGB stream for the ANAFI Thermal is available and it would be a very nice feature to be able to stream the thermal image stream as well. I imagine...

enhancement

Hi guys, I am trying to install olympe on linux for windows but I got this error when I run this command `./build.sh -p olympe-linux -A all final -j` Has...