/
/
/
Top level project for the bag recorder project that adds the frontend and backend together.
1# Bag Recorder
2
3ROS2 bag recording system with web interface.
4
5## Structure
6
7- `bag_recorder_backend/` - ROS2 C++ backend service
8- `bag_recorder_frontend/` - React web interface
9
10## Deployment
11
12See `docker-compose.yml` for an example deployment configuration.
13
14## CI/CD
15
16On every push to `main`, the Forgejo workflow builds and pushes both images to Harbor.
17