cyclonedds-python icon indicating copy to clipboard operation
cyclonedds-python copied to clipboard

Load DDS QoS XML file

Open javii1993 opened this issue 6 months ago • 1 comments

Hi,

I’m trying to load an XML file with QoS Policies using the DDS Consolidated XML Syntax Specification. I’ve seen that the QosProvider class is available in C++, but it seems there’s no implementation in Python. Is there any alternative, or should this be handled manually?

Thanks!

javii1993 avatar Jul 16 '25 13:07 javii1993

Hi @javii1993. Thanks for raising this issue! You're right, there is an inconsistency between api's on the qos_provider topic. I would like to inform you that it was fixed by https://github.com/eclipse-cyclonedds/cyclonedds-python/pull/301 PR. The issue will be closed after the PR is merged.

Splinter1984 avatar Jul 17 '25 12:07 Splinter1984