Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2024-12-07 14:11:47 -08:00
44 changed files with 555 additions and 1044 deletions

View File

@@ -9,7 +9,12 @@ This command builds everything.
## Simulation
This command runs the C++ subproject on desktop.
This command runs the Java project on desktop.
```bash
./gradlew developerRobot:run
```
This command runs the C++ project on desktop.
```bash
./gradlew developerRobot:runCpp
```