Skip to content

Commit

Permalink
Add a short Readme for the Demo (in case it's opened as top-level dir…
Browse files Browse the repository at this point in the history
… in an IDE)
  • Loading branch information
orzechow committed Nov 15, 2024
1 parent d24bbd3 commit de67f41
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions demo/README.md
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).

0 comments on commit de67f41

Please sign in to comment.