-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a short Readme for the Demo (in case it's opened as top-level dir…
… in an IDE)
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Arbitration Graphs Demo and Tutorial | ||
|
||
This is a demo of the [arbitration_graphs](https://github.com/KIT-MRT/arbitration_graphs) library using Pac-Man as an example application. | ||
The arbitration graph controls Pac-Man on its journey to collect tasty dots 🍬 | ||
|
||
Run the demo with: | ||
|
||
```bash | ||
git clone https://github.com/KIT-MRT/arbitration_graphs.git | ||
cd arbitration_graphs/demo | ||
docker compose up | ||
``` | ||
|
||
Open the GUI with your favorite browser: | ||
[http://0.0.0.0:8080](http://0.0.0.0:8080) | ||
|
||
|
||
## Tutorial | ||
|
||
If you're here for the tutorial, follow the instructions on our [Tutorial GitHub Page](https://kit-mrt.github.io/arbitration_graphs/docs/Tutorial.md). |