From 63c4c81ee2b0e670e3bf730b5716ee1c393ee211 Mon Sep 17 00:00:00 2001 From: Dennis Mronga Date: Fri, 23 Feb 2024 14:11:18 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c5b75234..27b26f60 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ To execute unit tests for the WBC library, run sh scripts/run_tests.sh ``` from the library's root folder. This will execute unit tests for all installed components, e.g. solvers, robot models, etc... + +## Examples + You can also check the [tutorials](https://github.com/ARC-OPT/wbc/tree/master/tutorials) to for some comprehensive examples. ## Contributing