rosidl_python icon indicating copy to clipboard operation
rosidl_python copied to clipboard

Expose TypeHash and TypeDescription on generated types

Open emersonknapp opened this issue 2 years ago • 0 comments

Feature request

Feature description

The C generated code for types exposes this info, we need to bridge it through the generated python types.

An initial aborted attempt was at https://github.com/ros2/rosidl_python/pull/191 Related to ros2/ros2#1159

Implementation considerations

Access to the type_description_interfaces types at this stage. There is rosidl_runtime_c versions - maybe we move some implementation up to rclpy where the message types will be available?

emersonknapp avatar Aug 27 '23 08:08 emersonknapp