[C++] Corrupt MCAP file if close is not called. #1093
-
Is it possible to ensure that an mcap file is still readable if the program that was writing it failed, and didn't call close on the mcap writer? |
Beta Was this translation helpful? Give feedback.
Answered by
emersonknapp
Jun 9, 2023
Replies: 0 comments 4 replies
-
You should be able to use the MCAP CLI via |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jtbandes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use the MCAP CLI via
mcap recover
to fix the file.mcap doctor
may also tell you more information about the issue