-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
decode/deserialize/parse bytes from mcap ros1msg in rust #10
Comments
Create simple test bag + mcap
The test message is generated internally using the roslibrust message + serde_rosmsg to_vec()
It has an extra 4 byte header over the mcap encoded message -> #7 (comment) https://github.com/adnanademovic/serde_rosmsg/blob/master/src/lib.rs#L13 |
It would be nice if serde_rosmsg had from_slice option to not require the header bytes (unless it actually uses them, but it has an array/vector length already) ros_one2z/mcap_to_rerun/src/main.rs Lines 43 to 66 in e79615a
|
I think I need rosrust for this- or roslibrust?
The text was updated successfully, but these errors were encountered: