What problem does it solve?
This Skill prevents RoadRunner map import failures and visual mismatches by providing authoritative lookup tables that resolve source map elements (lane markings, signs, signals, barriers, props, and lane types) to the exact RoadRunner asset paths and naming conventions required by MATLAB workflows.
Core Features & Use Cases
- Lane marking asset resolution: Converts source lane marking classifications into the correct
.rrlms asset paths (with extension rules that avoid missing-file errors).
- Traffic sign asset resolution with region logic: Selects the correct country/region sign asset based on
geoReference lat/lon, including Japan-specific filename quirks (e.g., spaces in Sign_323 (30).svg).
- Barrier and traffic control asset mapping: Resolves barriers/extrusions to the correct RoadRunner extrusion assets and relevant prop paths.
- RoadRunner authoring guardrails: Documents when NOT to use this Skill (e.g., full conversion, importing scenes, or scratch authoring) to ensure you apply it to the right stage of the workflow.
Quick Start
Ask your AI agent to convert your source map elements into RoadRunner asset paths by using the rules in roadrunner-asset-mapping and then generate the MATLAB code that constructs the corresponding RRHD types.