swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
342 stars 71 forks source link

Handle invalid metadata in bag files #196

Closed pjreed closed 1 year ago

pjreed commented 1 year ago

If the bag database was unable to parse the metadata in a bag file, it would throw an exception and cause it to completely fail to read the bag file. This change will make it log an error but continue processing the file. It also switches to a newer version of the bag-reader-java library that will allow for creating mock BagFile objects for the purpose of unit tests.

Signed-off-by: P. J. Reed phillipreed@hatchbed.com