Hello again Gustavo and HARPLab,
I am trying to run the following code/ here is my output:
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
Traceback (most recent call last):
File "run_experiment.py", line 27, in
from scenario_runner import ScenarioRunner
File "C:\Users\kp\Documents\G\carla9.12\scenario_runner\scenario_runner.py", line 39, in
from srunner.scenarios.route_scenario import RouteScenario
File "C:\Users\kp\Documents\G\carla9.12\scenario_runner\srunner\scenarios\route_scenario.py", line 52, in
from DReyeVR_utils import find_ego_vehicle
ModuleNotFoundError: No module named 'DReyeVR_utils'
I have executed the commands to make both DReyeVR and the scenario runner part of DReyeVR.
Any thoughts are appreciated! Thanks again!