diff --git a/README.md b/README.md index f1c92ac6..ae407b62 100644 --- a/README.md +++ b/README.md @@ -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!** @@ -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 -``` \ No newline at end of file +```