Replies: 1 comment 3 replies
-
I'm not sure if there is any prior art for decoding ros2/cdr messages dynamically in Rust. A quick google search turns up your project as the top result 😄 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The python package [1] and go cli have the capabilities of decoding the ROS messages contained in the parsed MCAP files. As of now the rust crate does not contain a functionality to do so or links another crate that allows developers to easily implement this. Overall this makes it hard to create tools with mcap files in rust. My question is if ros2 message decoding is outside of the scope of the crate or should be included into the crate or at least mentioned in examples in combination with another crate.
Beta Was this translation helpful? Give feedback.
All reactions