Skip to content

QoS for Clients and Services #391

Open
@samouwow

Description

@samouwow

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:

  1. Is there a reason create_client() and create_service() don't currently allow for a QoS profile?
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions