STARS (Scenario-Based Testing of Automated Robotic Systems) is a formal framework for coverage analysis of test data of automated robotic systems.
See stars-carla-experiments, or stars-auna-experiments for examples on how to use the framework.
Start by adding the latest version of STARS as a dependency to your project.
implementation("tools.aqua:stars-core:2.0")<dependency>
<groupId>tools.aqua</groupId>
<artifactId>stars-core</artifactId>
<version>2.0</version>
</dependency>If you want to use our proposed Git Hooks you can execute the following command:
git config --local core.hooksPath .githooks