swri-robotics / bag-database

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

filter out empty bags / bags no metadata for duplication check #159

Open ptulpen opened 2 years ago

ptulpen commented 2 years ago

Hello, We have many duplicate errors on the bag server When investigating I found out, that they most are either 0 bytes or 4117 bytes, so they are empty. So in fact the duplicate finder is correct that the file sums are the same, but still: Is is possible to filter them out ? (maybe having a minimum size or something )