What problem does it solve?
Rebuilding a driving scenario from an OpenSCENARIO (.xosc) file in RoadRunner by hand is error-prone: positions must be translated from lane/road coordinates to world coordinates, parameter expressions and catalog references must be resolved, and phase logic topology must be preserved. This Skill interprets the .xosc file and produces a reviewed scenario description that is then built in RoadRunner via the roadrunner-scenario-authoring skill.
Core Features & Use Cases
- OpenSCENARIO interpretation: Parses .xosc files, resolves parameter expressions and catalog references, and translates LanePosition, RoadPosition, and relative positions to world coordinates using the referenced .xodr file.
- Phase logic reconstruction: Maps XOSC actions and conditions to RoadRunner API types, collapses placeholder Acts, and preserves serial/parallel topology and relative speed references.
- Two-step reviewed workflow: Produces a structured scenario description for user approval, then delegates scene import and scenario building to dependent skills.
- Use Case: A standards body provides a Euro NCAP test as a .xosc file; use this Skill to recreate the exact scenario in RoadRunner as a MATLAB-driven scenario without manually translating coordinates or triggers.
Quick Start
Recreate the scenario defined in my attached .xosc file as a RoadRunner scenario using this skill.