cyclonedds-python
cyclonedds-python copied to clipboard
Load DDS QoS XML file
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!
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.