-
Notifications
You must be signed in to change notification settings - Fork 227
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 tasks
ihasdapie
force-pushed
the
service_introspection
branch
2 times, most recently
from
August 26, 2022 09:01
8bae776
to
6b27b3d
Compare
clalancette
force-pushed
the
service_introspection
branch
2 times, most recently
from
February 6, 2023 17:50
cba173e
to
376ddca
Compare
clalancette
force-pushed
the
service_introspection
branch
5 times, most recently
from
February 21, 2023 18:35
67fdcaa
to
869b7a5
Compare
clalancette
requested review from
sloretz and
adityapande-1995
as code owners
February 21, 2023 18:35
clalancette
force-pushed
the
service_introspection
branch
from
February 23, 2023 18:46
869b7a5
to
11e4a74
Compare
This has been substantially rewritten now, so I'm going to dismiss all of the review comments, and pull this out of draft. |
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 <[email protected]>
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 <[email protected]> Signed-off-by: Chris Lalancette <[email protected]>
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 <[email protected]>
clalancette
force-pushed
the
service_introspection
branch
from
February 27, 2023 14:53
11e4a74
to
963b548
Compare
mjcarroll
approved these changes
Feb 27, 2023
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is part of a prototype implementation for ros-infrastructure/rep#360 ros2/ros2#1285.
Depends on: ros2/rcl#997