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

how to just use it in rosbag #23

Open
Jackie2chen opened this issue Nov 22, 2023 · 1 comment
Open

how to just use it in rosbag #23

Jackie2chen opened this issue Nov 22, 2023 · 1 comment

Comments

@Jackie2chen
Copy link

How to use this to serialize storage and reading in the form of proto in rosbag? Do I still need to rely on rmw_ecal?

@FlorianReimold
Copy link
Member

Rosbag is a custom format and does not support protobuf. If I recall correctly, it is some kind of SQL (light?) database. Anyways, if you want to store data in protobuf format, you can take a look at eCAL, yes. It will store the binary data (=> protobuf, if the message is protobuf encoded) in HDF5 files.

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