rclcpp icon indicating copy to clipboard operation
rclcpp copied to clipboard

[service introspection] Add service introspection parameters and clock to service

Open ihasdapie opened this issue 2 years ago • 0 comments

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 in rcl for service introspection (https://github.com/ros2/rcl/pull/997)

ihasdapie avatar Aug 10 '22 00:08 ihasdapie