scenario_runner icon indicating copy to clipboard operation
scenario_runner copied to clipboard

Runtime error while running metrics_manager.py

Open arjunsk07 opened this issue 1 year ago • 0 comments

Hello,

While I am running a log file for the first time after recording a scenario it works fine, but then everytime it is throwing runtime error like this C:\CARLA\scenario_runner-0.9.13>python metrics_manager.py --metric srunner/metrics/examples/distance_between_vehicles.py --log my_recording/lanechange_gui.log Traceback (most recent call last): File "metrics_manager.py", line 154, in <module> sys.exit(main()) File "metrics_manager.py", line 151, in main MetricsManager(args) File "metrics_manager.py", line 50, in __init__ world = self._client.load_world(map_name) RuntimeError: time-out of 5000ms while waiting for the simulator, make sure the simulator is ready and connected to 127.0.0.1:2000

If I relaunch the CARLA, then also it will just run properly for the first time and throws runtime error after that. How can I solve this issue. @fabianoboril Can you help me in this

arjunsk07 avatar Apr 04 '23 17:04 arjunsk07