-
Notifications
You must be signed in to change notification settings - Fork 427
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 #1985
Merged
Merged
Service introspection #1985
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
from
August 10, 2022 05:35
802c351
to
303f58b
Compare
jacobperron
reviewed
Aug 16, 2022
rclcpp/src/rclcpp/node_interfaces/node_service_introspection.cpp
Outdated
Show resolved
Hide resolved
clalancette
force-pushed
the
service_introspection
branch
2 times, most recently
from
February 6, 2023 17:49
21d46eb
to
c26b4ae
Compare
clalancette
force-pushed
the
service_introspection
branch
2 times, most recently
from
February 23, 2023 18:46
af3fa82
to
f7b16b5
Compare
This has been substantially rewritten now, so I'm going to dismiss all of the review comments, and pull this out of draft. |
clalancette
requested review from
ivanpauno,
hidmic and
wjwwood
as code owners
February 23, 2023 22:10
clalancette
changed the title
[service introspection] Add service introspection parameters and clock to service
Service introspection
Feb 23, 2023
mjcarroll
reviewed
Feb 24, 2023
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
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@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
clalancette
force-pushed
the
service_introspection
branch
from
February 27, 2023 14:53
01aa7e0
to
1279cf8
Compare
mjcarroll
approved these changes
Feb 27, 2023
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