olympe
olympe copied to clipboard
Python controller library for Parrot Drones
I'm learning olympe, and tried the [EventListener example](https://developer.parrot.com/docs/olympe/olympeapi.html#olympe.EventListener) with simulation, which didn't work. I can run the code and the drone moves, but the callback functions are never triggered.
_cmd_itf_cmd_send_status_cb - Command send status cancel/timeout: ardrone3.Piloting.moveBy ARSDK_CMD_ITF_CMD_SEND_STATUS_CANCELED, done: True
Issue: Video stream decoding is not working on Ubuntu 22.04 with Olympe v7.5.0 and a Parrot Anafi drone. Specifically, Olympe tries to decode via CUDA, but the machine doesn't have...
the PARAMETERS dX (float) ,dY (float) ,dZ (float) ,dPsi (float) when the error = 'ok' is accurate to the distance managed to do but when the moveBy interrupted with other...
Hello, When I tested the streaming.py in the example after updated to olympe 7.6.0 version, I found that the example didn't return the vmeta from the drone. The callback function...
We are building a gRPC server using the gRPC AsyncIO API and we need to integrate Olympe for controlling a Parrot Drone from the gRPC services. Since it is strongly...
I use Ubuntu 22.1 64bit, i installed parrot-olympe but each time i wanna import olympe module i got this message :+1: Olympe issue (Traceback (most recent call last): File "",...
Traceback (most recent call last): File "/home/zhang26/code/parrot-groundsdk/build/alchemy/scripts/patchrunpath.py", line 537, in sys.exit(main(sys.argv[1:])) File "/home/zhang26/code/parrot-groundsdk/build/alchemy/scripts/patchrunpath.py", line 519, in main patcher = RunpathPatcher( File "/home/zhang26/code/parrot-groundsdk/build/alchemy/scripts/patchrunpath.py", line 123, in __init__ self._load_elf(src_path) File "/home/zhang26/code/parrot-groundsdk/build/alchemy/scripts/patchrunpath.py", line...