From 0d78b28c38e8a1d3aca9a9a0a7e61074d1520a21 Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Tue, 19 Nov 2024 13:03:13 +0100 Subject: [PATCH] Praise header-only library and MIT license in Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ea7a8010..bc76ffb4 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ TODO: add example arbitration graph from robotics (with POMDP, RL methods) Use tightly integrated verifiers to ensure that only safe and valid behavior commands are executed. - 🪂 **Graceful Degradation** Your behavior is unreliable or unsafe? Arbitrators will gracefully fall back to the next-best option. +- 📦 **Header-Only** + Simple integration – just include this header-only C++ library! +- 📜 **Permissive License** + Published under MIT license to ensure maximum flexibility for your projects. ## Demo