Skip to content
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

Need help extracting image type data #1

Open
yipengzhu0809 opened this issue Jul 3, 2024 · 1 comment
Open

Need help extracting image type data #1

yipengzhu0809 opened this issue Jul 3, 2024 · 1 comment

Comments

@yipengzhu0809
Copy link

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.

@Jm7752
Copy link
Collaborator

Jm7752 commented Sep 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants