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

Fix running scripts w/ multiple bags with the same name #132

Closed pjreed closed 3 years ago

pjreed commented 3 years ago

If multiple bags were in different paths but had the same filename, they would all be mounted at the same point inside the Docker container used to run scripts, making it so that only one of them could actually be processed. This adds the full path to the bag to its mount point to ensure it is unique.

Fixed #130

Signed-off-by: P. J. Reed preed@swri.org