rclcpp icon indicating copy to clipboard operation
rclcpp copied to clipboard

Add type_description struct conversion utils

Open methylDragon opened this issue 1 year ago • 1 comments

This adds the rclcpp analogue of https://github.com/ros2/rcl/blob/rolling/rcl/src/rcl/type_description_conversions.c

This provides a means to convert between the rosidl_runtime_cpp type description structs, and their corresponding type_description_interfaces messages.

Needed to support the message introspection of:

  • https://github.com/ros2/rclcpp/pull/2176

Tests included. This also takes and passes along allocators.

methylDragon avatar Dec 31 '24 09:12 methylDragon

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

methylDragon avatar Dec 31 '24 09:12 methylDragon