This project aims to provide an interface for recording and playing rosbags using a GUI.
features:
- Bag mangment with time stamp and description
- Quick selection of topics to record
- Auto generated command to run in terminal
- Interface for playing bags in external terminal (under construction)
- Python 3.8 or later
$ python -m venv venv
$ source ./venv/bin/activate
$ . ./initialize_project.sh
$ ./run.sh
This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.