roadrunner-asset-mapping

Resolve source map elements to RoadRunner asset paths for MATLAB workflows.

883|109|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/matlab/matlab-agentic-toolkit --skill roadrunner-asset-mapping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadrunner-asset-mapping
Source: https://github.com/matlab/matlab-agentic-toolkit/tree/main/skills-catalog/automotive/roadrunner-asset-mapping
Command: npx skills add https://github.com/matlab/matlab-agentic-toolkit --skill roadrunner-asset-mapping

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about roadrunner-asset-mapping

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does RoadRunner map import fail with asset file missing errors?

Import failures occur when source map elements resolve to incorrect asset paths or file extensions. Applying exact-path resolution rules for lane markings, signs, and barriers ensures RoadRunner-compliant asset strings and prevents missing-file errors.

How do I convert lane markings to RoadRunner asset paths in MATLAB?

Convert lane markings by resolving source classifications into exact .rrlms asset paths using extension-sensitive conventions. This generates MATLAB construction patterns that build RRHD types without missing-file errors.

How does geoReference region detection work for traffic sign assets?

GeoReference region detection uses lat/lon coordinates to select the correct country-specific traffic sign asset. This handles regional filename conventions including Japan-specific quirks like spaces in sign asset filenames.

Can I use this for importing full scenes into RoadRunner?

No, this targets the asset path resolution stage only. It does not support full scene imports, scratch authoring, or complete map conversions, but specifically resolves source map elements for RRHD authoring.

What's the best way to map barriers and extrusions to RoadRunner assets?

Resolve barriers and extrusions to the correct RoadRunner extrusion assets and relevant prop paths. This avoids region mismatches and ensures generated MATLAB code constructs valid RRHD structures.