Open
Description
The API for creating new clients and services (create_client() and create_service()) doesn't allow for specifying non-default QoS.
From what I can tell, adding the ability to specify QoS should be as simple as passing a QosProfile structure through to the client_options / service_options parameter of the rcl_init functions.
I'm happy to open a PR to add this feature but before I do, I wanted to ask:
- Is there a reason create_client() and create_service() don't currently allow for a QoS profile?
- It seems the cleanest way to add this feature will be to modify the existing node function signatures, is there as standard way to make breaking changes like this? (E.g. just go ahead, or make a new function and deprecate the old one?)
Metadata
Metadata
Assignees
Labels
No labels