-
Notifications
You must be signed in to change notification settings - Fork 53
Description
I have successfully installed Carla, DreyeVR, and ScenarioRunner, and they are working. However, I would like to try the demo mentioned in the documentation. Unfortunately, the files required for the demo seem to be missing.
I cloned ScenarioRunner from the v0.9.13 tag and installed the DreyeVR files using the following command:
make install SR=../Scenario_runner
However, when I try to execute this command, which comes from the usage tutorial:
python run_experiment.py --title "dreyevr_experiment" --route %SCENARIO_RUNNER_ROOT%\srunner\data\routes_custom.xml %SCENARIO_RUNNER_ROOT%\srunner\data\town05_scenarios.json 0
it fails due to missing files.
This is the files I have after following the install tutorial.

Could you please provide guidance on how to resolve this issue or suggest where I might find the necessary files?