Thinklab-SJTU / Bench2Drive

Closed-loop multi-ability evaluation of end-to-end autonomous driving algorithms
Apache License 2.0
1.09k stars 77 forks source link

time-out of 600000ms while waiting for the simulator #68

Closed scuizhibin closed 1 week ago

scuizhibin commented 3 weeks ago

RuntimeError: time-out of 600000ms while waiting for the simulator, make sure the simulator is ready and connected to localhost:30000,how to solver this error ?

ChipsICU commented 3 weeks ago

@scuizhibin maybe you can try to set in time.sleep(120) in Bench2Drive/leaderboard/leaderboard/leaderboard_evaluator.py of "_setup_simulation" funtion.

scuizhibin commented 3 weeks ago

运行了一段时间了,出现了这个问题 image

scuizhibin commented 3 weeks ago

还是不行

---Original--- From: @.> Date: Tue, Aug 20, 2024 14:28 PM To: @.>; Cc: @.**@.>; Subject: Re: [Thinklab-SJTU/Bench2Drive] time-out of 600000ms while waitingfor the simulator (Issue #68)

@scuizhibin maybe you can try to set in time.sleep(120) in Bench2Drive/leaderboard/leaderboard/leaderboard_evaluator.py of "_setup_simulation" funtion.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

starlighttt123 commented 3 weeks ago

RuntimeError: time-out of 600000ms while waiting for the simulator, make sure the simulator is ready and connected to localhost:30000,how to solver this error ?

hello, have you solve this error? Btw, how to continue the eval process after this error? Simply re-run the bash files seems not right

scuizhibin commented 2 weeks ago

RuntimeError: time-out of 600000ms while waiting for the simulator, make sure the simulator is ready and connected to localhost:30000,how to solver this error ?

hello, have you solve this error? Btw, how to continue the eval process after this error? Simply re-run the bash files seems not right

I haven't solved this problem yet

jiaxiaosong1002 commented 1 week ago

@scuizhibin @starlighttt123 Sleep longer. Clean CARLA. Try use less CARLA and python program in one single GPU. It is usually due to overwhelmed GPU and CPU, especially old ones.