Skip to content

Commit

Permalink
Add instructions for developerRobot java sim
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Dec 6, 2024
1 parent 60198c0 commit 5c372e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion developerRobot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 5c372e1

Please sign in to comment.