We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your contribution!
I wonder how can I extract the data from the CSV file if it is images?
I've tried the method you suggested, but extracting the image format is taking a very long time. Do you have any better solutions? Thanks.
The text was updated successfully, but these errors were encountered:
Sorry I don't have a better solution available at this is raw data. In the future I would recommend using as the recovery mechanism is much easier.
Record
ros2 bag record -s mcap
Recovery
chmod +x mcap-linux-amd64 ./mcap-linux-amd64 recover in.mcap -o out.mcap
Mcap files can be read directly from foxglove studios. You can try to use foxglove studios after recovering mcap to directly read the file
https://foxglove.dev/download
Sorry, something went wrong.
No branches or pull requests
Thanks for your contribution!
I wonder how can I extract the data from the CSV file if it is images?
I've tried the method you suggested, but extracting the image format is taking a very long time. Do you have any better solutions? Thanks.
The text was updated successfully, but these errors were encountered: