drivingScenario
objectThe drivingScenario
object
enables you to author driving scenarios from the MATLAB® command line. Use this object to design complex road
networks and specify actors and their trajectories. You can then
generate synthetic detections or lidar point cloud data from these
scenarios by using statistical sensor models. To use detections or
point clouds, view them on a bird's-eye plot.
The flexible interface of the drivingScenario
object enables you to create variations of a scenario for rapidly
testing driving algorithms under various conditions. For more
details, see Create Driving Scenario Variations Programmatically.
Create Driving Scenario Programmatically
Programmatically create ground truth driving scenarios for synthetic sensor data and tracking algorithms.
Define Road Layouts Programmatically
Programmatically create road junctions and combine these junctions to create more complicated road networks.
Create Actor and Vehicle Trajectories Programmatically
Programmatically create actor and vehicle trajectories for a driving scenario.
Create Driving Scenario Variations Programmatically
Programmatically create variations of a driving scenario that was built using the Driving Scenario Designer app.
Visualize Sensor Coverage, Detections, and Tracks
Configure and use a bird's-eye plot to display sensor coverage, detections, and tracking results around the ego vehicle.
Automate Control of Intelligent Vehicles by Using Stateflow Charts
Model a highway scenario with intelligent vehicles that are controlled by decision logic defined by a Stateflow® chart.