[developerRobot] Add instructions for developerRobot java sim (NFC) (#7498)

This commit is contained in:
Ryan Blue
2024-12-06 03:24:26 -05:00
committed by GitHub
parent 60198c0bec
commit 4ce8930342

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
```