|
1 | | -**STARS** is a formal framework for analyzing and measuring _scenario coverage_ in testing automated robotic systems. |
2 | | -It allows users to formally define (environment) features and classify _recorded_ data into distinct scenario classes |
| 1 | +[](https://www.repostatus.org/#active) |
| 2 | +[](https://central.sonatype.com/artifact/tools.aqua/stars-core) |
| 3 | +[](https://central.sonatype.com/artifact/tools.aqua/stars-logic-kcmftbl) |
| 4 | +[](https://central.sonatype.com/artifact/tools.aqua/stars-importer-carla) |
| 5 | +[](https://central.sonatype.com/artifact/tools.aqua/stars-data-av) |
| 6 | + |
| 7 | +**STARS** is a formal framework for analyzing and measuring _scenario coverage_ in testing automated robotic systems. |
| 8 | +It enables users to formally define environment features and classify _recorded_ data into distinct scenario classes |
3 | 9 | using _Tree-based Scenario Classifiers_ (TSCs). |
4 | 10 |
|
5 | | -By expressing scenario features in temporal logic and combining them hierarchically, STARS automatically identifies which |
6 | | -scenarios were encountered in recorded data — and which are still missing. |
7 | | -It computes metrics such as coverage, feature occurrence, and scenario distributions, supporting data-driven test selection |
8 | | -and safety assessment in accordance with standards like **ISO 21448** and **UL 4600**. |
| 11 | +By expressing scenario features in temporal logic and combining them hierarchically, STARS automatically identifies |
| 12 | +which scenarios were encountered in recorded data — and which are still missing. Through logically defined monitors, |
| 13 | +it can also validate requirements and provide insights into the simultaneous occurrence of features and requirement violations. |
| 14 | + |
| 15 | +The framework computes metrics such as _scenario coverage_, _feature occurrence_, and _scenario distributions_, supporting |
| 16 | +safety assessment in regards to standards like **ISO 21448** and **UL 4600**. |
9 | 17 |
|
10 | | -STARS is domain-agnostic, highly customizable, and implemented in Kotlin for interoperability with JVM-based languages. |
| 18 | +STARS is domain-agnostic, highly customizable, and implemented in Kotlin for seamless interoperability with JVM-based languages. |
11 | 19 |
|
12 | 20 | Repository: [github.com/tudo-aqua/stars](https://github.com/tudo-aqua/stars) |
0 commit comments