STARS (Scenario-Based Testing of Autonomous Robotic Systems) is a formal framework for coverage analysis of test data of autonomous 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:0.5")
<dependency>
<groupId>tools.aqua</groupId>
<artifactId>stars-core</artifactId>
<version>0.5</version>
</dependency>
If you want to use our proposed Git Hooks you can execute the following command:
git config --local core.hooksPath .githooks