Skip to content

Commit

Permalink
Add note about demo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Aug 29, 2024
1 parent ff790a4 commit f1a4b7e
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Arbitration graphs combine simple atomic behavior blocks to more complex behaviors for decision making and behavior generation

## Demonstration

We are currently working on a demonstration of this library using Pac-Man as an example application.

<p float="left" style="display: flex; justify-content: center; align-items: center; gap: 30px;">
<img src="docs/pacman_scenario.png" width="300" />
<img src="docs/pacman_arbitrator_safe.svg" width="500" />
</p>

Feel free to take a look at the work in progress in the [pacman-demo branch](https://github.com/KIT-MRT/arbitration_graphs/tree/pacman-demo).

## Installation

Expand Down
Loading

0 comments on commit f1a4b7e

Please sign in to comment.