Service introspection - #1985
Merged
Merged
Conversation
ihasdapie
marked this pull request as draft
August 10, 2022 00:05
14 tasks
ihasdapie
force-pushed
the
service_introspection
branch
from
August 10, 2022 05:35
802c351 to
303f58b
Compare
jacobperron
reviewed
Aug 16, 2022
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
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
marked this pull request as ready for review
February 23, 2023 22:10
clalancette
requested review from
hidmic,
ivanpauno and
wjwwood
as code owners
February 23, 2023 22:10
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
Contributor
|
CI for this is in ros2/ros2#1285 (comment) |
bartalor
pushed a commit
to bartalor/rclcpp
that referenced
this pull request
Jul 15, 2026
* Implementation of service introspection. 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: Brian Chen <brian.chen@openrobotics.org>
This file contains hidden or 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
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