Main Content

Scenario Generation

Generate scenario from recorded real-world sensor data

In automated driving applications, scenario generation is the process of building virtual scenarios from real-world vehicle data recorded from global positioning system (GPS), inertial measurement unit (IMU), camera, and lidar sensors. Automated Driving Toolbox™ provides functions and tools to automate scenario generation process. You can preprocess sensor data, extract roads, localize actors, and get actor trajectories to create an accurate digital twin of a real-world scenario. Simulate the generated scenario and test your automated driving algorithms against real-world data.

To generate scenarios from recorded sensor data, download the Scenario Builder for Automated Driving Toolbox support package from the Add-On Explorer. For more information on downloading add-ons, see Get and Manage Add-Ons.

Functions

getMapROIGeographic bounding box coordinates from GPS data (Since R2022b)
roadpropsExtract road properties from road network file or map data (Since R2022b)
selectActorRoadsExtract properties of roads in path of actor (Since R2022b)
updateLaneSpecUpdate lane specifications using sensor detections (Since R2022b)
actorpropsGenerate actor properties from track list (Since R2022b)
actorTracklistStore recorded actor track list data with timestamps (Since R2023a)
laneDataStore recorded lane boundary data with timestamps (Since R2023a)
laneBoundaryTrackerTrack lane boundaries (Since R2023a)
laneBoundaryDetectorDetector for lane boundaries in images (Since R2023a)
roadrunnerLaneInfoGenerate lane information in RoadRunner HD Map format from lane boundary points (Since R2023a)
roadrunnerStaticObjectInfoGenerate static object and sign information in RoadRunner HD Map format (Since R2023a)

Topics