Olympe.messages module

messages module is empty and does not have any file in gihub repo (https://github.com/Parrot-Developers/olympe/tree/master/src/olympe/messages) for Python. How do I get complete messages module?

Hi,

The olympe.messages package is dynamically populated when Olympe is imported (the messages.py file in the code source was just an attempt to make some linters happy).

The SDK messages reference documentation for Olympe is available here.

The source of truth for both Olympe and its documentation is the arsdk-xml repo that contains both .xml and .proto message definitions. This repo is bundled with Olympe wheels under the (site-packages) arsdk directory.

Thank you @ndessart for this information.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.