What problem does it solve?
Working with RoadRunner from MATLAB requires correct path setup, connection handling, and careful lifecycle management of projects, scenes, and scenarios. This Skill gives an AI agent the exact, verified API patterns to initialize RoadRunner, avoid hallucinated function calls, and prevent data loss from unsaved changes or invalid handles.
Core Features & Use Cases
- Connection & Initialization: Connect to a running RoadRunner instance or launch a new one with saved settings, including headless and custom-port modes.
- Lifecycle Management: Create, open, save, and list RoadRunner projects, scenes (.rrscene), and scenarios (.rrscenario) with automatic handle invalidation.
- World Settings & Status: Set world origin, scene center and extents, check project/scene/scenario status, and close RoadRunner safely.
- Use Case: Ask your agent to open an existing RoadRunner project, create a new scene, set the world origin to specific coordinates, and save the scene under a new name — all executed through verified MATLAB API patterns.
Quick Start
Ask your agent to connect to RoadRunner and open your project by providing the installation folder and project path.