Nicolas Dessart

Results 15 comments of Nicolas Dessart

Have you been able to reproduce this issue lately with the latest 7.X releases ? (currently the 7.4.2?)

I'm closing this pull request there is currently no plan to support an official Docker image / Dockerfile for Olympe. Anyhow, this PR is outdated: - Olympe build from source...

> @bradylangdale it didn't worked for me my clang version is '14.0.6' auditwheel==5.4.0 > > I set the line **version = package.version.parse('14.0')** and also tried with **version = package.version.parse('14.0.6')** >...

Olympe expectation objects are awaitable objects in an [olympe.concurrent.Loop](https://github.com/Parrot-Developers/olympe/blob/master/src/olympe/concurrent/__init__.py#L91) event loop (not asyncio). To use olympe expectation objects in an asyncio event loop you'd need to wrap them with an...

Hi Since the 7.6 release, the olympe.SkyController class use the CtrlBackendMuxIp that is only supported by the latest SkyController4 firmwares causing this regression when using a SkyController3 instead. With a...