rosidl icon indicating copy to clipboard operation
rosidl copied to clipboard

Add bounded string support in C++

Open aprotyas opened this issue 3 years ago • 2 comments
trafficstars

This PR consists of two parts:

  • [rosidl_runtime_cpp] Introduces a bounded_basic_string class.
  • [rosidl_generator_cpp] Correctly map bounded string/wstring IDL types to bounded_basic_string types, rather than std::basic_string types.

Fixes https://github.com/ros2/rosidl/issues/637.

Signed-off-by: Abrar Rahman Protyasha [email protected]

aprotyas avatar Jan 13 '22 00:01 aprotyas

@aprotyas any progress or plan on this?

fujitatomoya avatar Mar 24 '22 18:03 fujitatomoya

@fujitatomoya it'll be a while before I can get back to this (school gets in the way!), but I have a WIP BoundedString implementation that I'd integrate into this PR.

Feel free to take over this PR though. Let me know if you do.

aprotyas avatar Mar 24 '22 18:03 aprotyas