ucla-mobility / OpenCDA

A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO.
Other
988 stars 197 forks source link

Error during the openCDA installation #225

Open Icegui opened 1 month ago

Icegui commented 1 month ago

Hello, I'm trying to install opencda but I keep getting the following error when I run "docker build -t opencda_container ":

Screenshot 2024-06-28 123740

It seem like my computer cannot connect to the https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/CARLA_0.9.13.tar.gz server for some reasons but I do not understqnd why>.

Icegui commented 3 weeks ago

I have manage this problem but everytime I try running a scenario in OpenCDA I get the error message: Traceback (most recent call last): File "/home/guillaume_h/OpenCDA/opencda/scenario_testing/single_2lanefree_carla.py", line 33, in run_scenario scenario_manager = sim_api.ScenarioManager(scenario_params, File "/home/guillaume_h/OpenCDA/opencda/scenario_testing/utils/sim_api.py", line 190, in init self.world = load_customized_world(xodr_path, self.client) File "/home/guillaume_h/OpenCDA/opencda/scenario_testing/utils/customized_map_api.py", line 50, in load_customized_world world = client.generate_opendrive_world( RuntimeError: time-out of 10000ms while waiting for the simulator, make sure the simulator is ready and connected to localhost:2000 I'm using WSL2 and Ubuntu 18.04. I try running Carla on Windows and OpenCDA on wsl but I still go the same message error.