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 #1985

Merged
merged 3 commits into from
Feb 28, 2023
Merged

Service introspection #1985

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 marked this pull request as draft August 10, 2022 00:05
@ihasdapie ihasdapie mentioned this pull request Aug 10, 2022
14 tasks
rclcpp/include/rclcpp/create_client.hpp Outdated Show resolved Hide resolved
rclcpp/include/rclcpp/create_client.hpp Outdated Show resolved Hide resolved
rclcpp/include/rclcpp/node.hpp Outdated Show resolved Hide resolved
rclcpp/src/rclcpp/node_options.cpp Outdated Show resolved Hide resolved
@jacobperron jacobperron self-assigned this Sep 1, 2022
@clalancette clalancette force-pushed the service_introspection branch 2 times, most recently from 21d46eb to c26b4ae Compare February 6, 2023 17:49
@clalancette clalancette force-pushed the service_introspection branch 2 times, most recently from af3fa82 to f7b16b5 Compare February 23, 2023 18:46
@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 clalancette changed the title [service introspection] Add service introspection parameters and clock to service Service introspection Feb 23, 2023
rclcpp/include/rclcpp/client.hpp Outdated Show resolved Hide resolved
rclcpp/test/rclcpp/test_service_introspection.cpp Outdated Show resolved Hide resolved
rclcpp/include/rclcpp/service.hpp Outdated Show resolved Hide resolved
ihasdapie and others added 3 commits February 26, 2023 14:38
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
Copy link
Contributor

CI for this is in ros2/ros2#1285 (comment)

@clalancette clalancette merged commit 968ce0a into rolling Feb 28, 2023
@clalancette clalancette deleted the service_introspection branch February 28, 2023 18:43
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

4 participants