catalogOptions
Set catalog reference options for scenarios exported to ASAM OpenSCENARIO XML formats
Since R2024b
Description
The catalogOptions
object enables you to specify for
RoadRunner Scenario to reference a catalog when exporting your scenario to an ASAM OpenSCENARIO® XML format. Catalogs are separate files that contain
scenario components, such as vehicles, that enable you to reuse certain ASAM OpenSCENARIO XML elements. Catalog references reduce the number of duplicate lines in the
exported .xosc
file and enable you to share elements, and changes you make
to those elements, across multiple scenarios. For information on how to export a catalog file,
see Export ASAM OpenSCENARIO XML Catalogs (RoadRunner Scenario).
Creation
Description
catOps = catalogOptions
creates a default catalog options
configuration object.
catOps = catalogOptions(
specifies properties using one or more name-value arguments. PropertyName=Value
)
Properties
Examples
Version History
Introduced in R2024b
See Also
roadrunner
| openScenarioXMLExportOptions
| openScenarioDSLExportOptions
| sceneGraphExportOptions
| exportScenario
Topics
- Simulate a RoadRunner Scenario Using MATLAB Functions (RoadRunner Scenario)