Skip to content

Commit

Permalink
Add small section on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga committed Feb 23, 2024
1 parent af57b4a commit 129212b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ The design of WBC library separates the whole-body controller into 4 main buildi
* [ROS2 Interface](installation/installation_ros2.md)
* [Rock Interface](installation/installation_rock.md)

# Testing

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...

# WBC Library Tutorials

### Velocity-based WBC
Expand Down

0 comments on commit 129212b

Please sign in to comment.