rosidl
rosidl copied to clipboard
Add bounded string support in C++
trafficstars
This PR consists of two parts:
- [rosidl_runtime_cpp] Introduces a
bounded_basic_stringclass. - [rosidl_generator_cpp] Correctly map bounded string/wstring IDL types to
bounded_basic_stringtypes, rather thanstd::basic_stringtypes.
Fixes https://github.com/ros2/rosidl/issues/637.
Signed-off-by: Abrar Rahman Protyasha [email protected]
@aprotyas any progress or plan on this?
@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.