To run the scenarios, make sure the following steps are completed:
-
Models
Ensure that all models referenced in the.xosc
files (e.g.,.osgb
forSceneGraphFile
inRoadNetwork
or vehicles referenced via catalog) are present inesmini/resources/models
. -
Maps
Ensure all OpenDRIVE map files (.xodr
) referenced in the.xosc
files (LogicFile
inRoadNetwork
) are available inesmini/resources/maps
. -
Scenarios
Copy your.xosc
scenario files fromscenarios/
toesmini/resources/xosc
.
Once these are in place, you can launch Esmini and select the scenario from the GUI or run it via command line:
bin/esmini --osc ./resources/xosc/<scenarioName>.xosc
Note: The Esmini engine itself is not included in this repository. Please install Esmini separately following the official instructions.