Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rcl functions to grab the service name #953

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

minggangw
Copy link
Member

This patch implements:

  1. Leverage rcl_client_get_service_name() to get the service name for client.
  2. Leverage rcl_service_get_service_name() to get the service name for service.

The unit tests get updated accordingly.

Fix: #952

This patch implements:

1. Leverage rcl_client_get_service_name() to get the service name for
client.
2. Leverage rcl_service_get_service_name() to get the service name for
service.

The unit tests get updated accordingly.

Fix: RobotWebTools#952
@minggangw minggangw merged commit 6d0a527 into RobotWebTools:develop Jan 10, 2024
2 of 6 checks passed
minggangw added a commit that referenced this pull request Jan 10, 2024
This patch implements:

1. Leverage rcl_client_get_service_name() to get the service name for
client.
2. Leverage rcl_service_get_service_name() to get the service name for
service.

The unit tests get updated accordingly.

Fix: #952
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Garb the service name for client/service using rcl functions
1 participant