You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the micro-dds-agent creates FastDDS entities to allow clients to produce and consume data in the DDS global data space (when FastDDSMiddleware is used).
How can the QOS settings of the FastDDS entities be configure? Specifically, we want to be able to select QOS properties on the domain participant such as:
Hello @chrisg89, it is possible to create Fast DDS entities in the Micro XRCE-DDS Agent by reference, that means that you can load an XML defining your Fast DDS profiles and then use the Micro XRCE-DDS Client to instantiate this reference.
For example here a Domain Participant is being created from the this definitions.
Hello,
I understand the
micro-dds-agent
createsFastDDS
entities to allow clients to produce and consume data in the DDS global data space (whenFastDDSMiddleware
is used).How can the QOS settings of the FastDDS entities be configure? Specifically, we want to be able to select QOS properties on the domain participant such as:
On a related note, does the agent support IPC transport on domain participants facing the DDS global data space?
Steps to reproduce the issue
N/A
Expected behavior
Actual behavior
Additional information
The text was updated successfully, but these errors were encountered: