roslibrust
roslibrust copied to clipboard
ROS2: Support for bounded and fixed length strings
See docs for need: https://docs.ros.org/en/foxy/Concepts/About-ROS-Interfaces.html
A great deal of progress on this is made in #242 we're not yet validating lengths or using "more efficient" Rust representations as a result of the length limit (like pre-allocating the Vec?), but we are correctly parsing.