rosidl_typesupport_protobuf icon indicating copy to clipboard operation
rosidl_typesupport_protobuf copied to clipboard

how to just use it in rosbag

Open Jackie2chen opened this issue 1 year ago • 1 comments

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?

Jackie2chen avatar Nov 22 '23 06:11 Jackie2chen

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.

FlorianReimold avatar Nov 22 '23 14:11 FlorianReimold