rclcpp
rclcpp copied to clipboard
[service introspection] Add service introspection parameters and clock to service
This PR is part of a prototype implementation for https://github.com/ros-infrastructure/rep/pull/360 https://github.com/ros2/ros2/issues/1285.
Changes:
- New
node_interface
is created for service introspection which declares the service introspection parameters and manages runtime configuration of service introspection - Update the various
create_service
methods to pass along a clock interface to satisify changes made inrcl
for service introspection (https://github.com/ros2/rcl/pull/997)