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

Service introspection #988

Merged
merged 3 commits into from
Feb 28, 2023
Merged

Service introspection #988

merged 3 commits into from
Feb 28, 2023

Conversation

ihasdapie
Copy link
Member

@ihasdapie ihasdapie commented Aug 10, 2022

This PR is part of a prototype implementation for ros-infrastructure/rep#360 ros2/ros2#1285.

Depends on: ros2/rcl#997

@ihasdapie ihasdapie mentioned this pull request Aug 10, 2022
14 tasks
@ihasdapie ihasdapie force-pushed the service_introspection branch 2 times, most recently from 8bae776 to 6b27b3d Compare August 26, 2022 09:01
@ihasdapie
Copy link
Member Author

Tests introduced in d5cebe9 depend on #997

@clalancette clalancette force-pushed the service_introspection branch 2 times, most recently from cba173e to 376ddca Compare February 6, 2023 17:50
@clalancette clalancette force-pushed the service_introspection branch 5 times, most recently from 67fdcaa to 869b7a5 Compare February 21, 2023 18:35
@clalancette clalancette marked this pull request as ready for review February 21, 2023 18:35
@clalancette clalancette marked this pull request as draft February 22, 2023 19:04
@clalancette
Copy link
Contributor

This has been substantially rewritten now, so I'm going to dismiss all of the review comments, and pull this out of draft.

@clalancette clalancette marked this pull request as ready for review February 23, 2023 22:10
clalancette and others added 3 commits February 26, 2023 14:38
This make it more similar to the Service constructor.
Also make both of them use const std::string & to
avoid a copy.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
Add in the parameters to control it, as well as the correct
calls into the underlying rcl implementation.  Also add in
tests.

Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
To do this, we add a new method on the Client and
Service classes that allows the user to change the
introspection method at runtime.  These end up calling
into the rcl layer to do the actual configuration,
at which point service introspection messages will be
sent as configured.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
@clalancette clalancette merged commit 8c5cbbf into rolling Feb 28, 2023
@delete-merged-branch delete-merged-branch bot deleted the service_introspection branch February 28, 2023 18:42
@clalancette
Copy link
Contributor

I should mention that CI for this is in ros2/ros2#1285 (comment)

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.

None yet

3 participants