Skip to content

Commit

Permalink
Add release and unit test badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick authored Nov 18, 2024
1 parent 7a32a4f commit 5764820
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Arbitration Graphs

[![License](https://img.shields.io/github/license/KIT-MRT/arbitration_graphs)](./LICENSE)
![Latest Release](https://img.shields.io/github/v/release/KIT-MRT/arbitration_graphs?color=green)
![License](https://img.shields.io/github/license/KIT-MRT/arbitration_graphs)
![Unit Test Status](https://img.shields.io/github/actions/workflow/status/KIT-MRT/arbitration_graphs/run-unit-tests.yaml?branch=main&label=tests)

**Hierarchical behavior models for complex decision-making and behavior generation in robotics!**

Expand Down Expand Up @@ -180,4 +182,4 @@ If you intend to override these, please use the `APP_DIRECTORY` environment vari

```
APP_DIRECTORY=/my/custom/app/path my_awesome_executable
```
```

0 comments on commit 5764820

Please sign in to comment.