Replies: 1 comment 1 reply
|
How would you identify a single message, or what would you imagine happening if more than one message were selected? (like I imagine it could be quite confusing to interpret the resulting file if it contained multiple messages concatenated together) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
mcap catonly prints up to the first 10 bytes of raw message payloads (as integers). I want to extract one or more message payloads from an MCAP file and dump them into a binary file. I could see this being an optional flag to the cat command that outputs raw bytes instead of the message summary lines.All reactions