Skip to content

Commit

Permalink
Merge pull request #44 from KIT-MRT/add_note_about_demo_to_readme
Browse files Browse the repository at this point in the history
Add note about demo to readme
  • Loading branch information
ll-nick authored Aug 30, 2024
2 parents 701d3ad + f1a4b7e commit bffed1e
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 @@ -4,6 +4,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 bffed1e

Please sign in to comment.