What problem does it solve?
Creating Euro NCAP safety test scenarios manually is error-prone: test names must follow strict protocol-year conventions, variant generation requires specific API overloads, and scoring workflows involve multiple coordinated steps across drivingScenario and RoadRunner simulators. This Skill encodes the correct API patterns, naming rules, and common pitfalls so agents produce working NCAP code on the first attempt.
Core Features & Use Cases
- Seed and Variant Generation: Create Euro NCAP seed scenarios or all protocol-defined variants using ncapScenario for 2023 standalone or 2026 euroAssessment workflows.
- Simulator Translation and Plotting: Convert scenario descriptors between drivingScenario and RoadRunner with getScenario, and visualize up to 20 descriptors per figure with ScenarioDescriptorPlot.
- Scoring and Reporting: Build assessment tables, compute NCAP scores with ncapScore, and export PDF/PNG/JPG reports via ncapReport and exportReport.
- Use Case: An engineer needs all 2026-protocol CCFtap variants scored and reported. The Skill guides the full pipeline: euroAssessment(2026), configureVUT, ncapScenario with AllScenarios=true, assessmentTable, ncapScore, and exportReport.
Quick Start
Ask your AI agent to generate all Euro NCAP 2026 variants for the CA FC CCFtap test and export the scored assessment report as a PDF.