Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/swri-robotics/bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
https://github.com/swri-robotics/bag-database

bag-database bag-files docker metadata ros

Last synced: about 1 month ago
JSON representation

A server that catalogs bag files and provides a web-based UI for accessing them.

Lists

README

        

# Bag Database ![Java CI with Maven](https://github.com/swri-robotics/bag-database/workflows/Java%20CI%20with%20Maven/badge.svg)

The Bag Database is a web-based application that monitors a directory for ROS bag
files, parses their metadata, and provides a friendly web interface for searching
for bags, downloading them, and running post-processing scripts on them. It also
provides a REST API that can be used to perform automated tasks.

![Sample Screenshot](docs/assets/images/bag-database.png)

## Documentation

The Bag Database's documentation is available as a
[GitHub Pages](https://swri-robotics.github.io/bag-database) site.