fix(Config,Database): Remove references to assignment one

This commit is contained in:
2025-11-05 15:50:56 +01:00
parent 523709e349
commit e6123e5702
9 changed files with 33 additions and 64 deletions

View File

@@ -36,7 +36,7 @@ sudo docker-compose up
```
You can configure specific database settings in the `docker-compose.yaml` in the root folder or the `config.toml` file in the `src/` folder
### Start the Grade calculator program
### Start the IMU Reader program
```bash
ros2 launch g2_2025_imu_reader_pkg imu_reader.launch.xml
```