getScenarioDescriptor
Extract properties from input scenario to generate scenario variants
Description
extracts the properties of an input scenario and stores these properties in a
D
= getScenarioDescriptor(scenario
,Simulator=simulator
)ScenarioDescriptor
object, D
, for scenario variant
generation. simulator
specifies the simulator used by the input
scenario scenario
.
Note
This function requires the Scenario Variant Generator for Automated Driving Toolbox™ support package. You can install Scenario Variant Generator for Automated Driving Toolbox from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Examples
Input Arguments
Output Arguments
Tips
To get a scenario from a
ScenarioDescriptor
object, use thegetScenario
function.
Version History
Introduced in R2022b