You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CARLA version: 0.9.13
Platform/OS: Linux 20.04
Problem you have experienced: TCP Connection error : Port closed -> Carla server is crashing.
What you expected to happen: Rendering carla simulator.
Steps to reproduce: python3 carla-gym/carla_gym/envs/carla_env.py
This the error I am getting while trying to run carla_env.py:
learing Carla server state
Traceback (most recent call last):
File "carla_env.py", line 554, in <module>
obs = env.reset()
File "carla_env.py", line 231, in reset
raise error
File "carla_env.py", line 226, in reset
return self.reset_env()
File "carla_env.py", line 274, in reset_env
scene = self.client.load_settings(settings)
File "/home/ubuntu/carla-gym/carla_gym/envs/carla/client.py", line 75, in load_settings
return self._request_new_episode(carla_settings)
File "/home/ubuntu/carla-gym/carla_gym/envs/carla/client.py", line 160, in _request_new_episode
data = self._world_client.read()
File "/home/ubuntu/carla-gym/carla_gym/envs/carla/tcp.py", line 73, in read
header = self._read_n(4)
File "/home/ubuntu/carla-gym/carla_gym/envs/carla/tcp.py", line 91, in _read_n
raise TCPConnectionError(self._logprefix + 'connection closed')
carla.tcp.TCPConnectionError: (localhost:44405) connection closed
Killing live carla processes set()
Clearing Carla server state
The text was updated successfully, but these errors were encountered:
Ensure that you have started the CARLA Server binary before running the above script.
If you did start the CARLA Server and you still run into the above issue, please check the console log produced by the CARLA Server binary to identify the reason it crashed.
You may be able to resolve the issue that caused the CARLA server to crash on your system. If not, please post that log along with the CARLA server (0.9.13?) and client versions that you are using.
CARLA version: 0.9.13
Platform/OS: Linux 20.04
Problem you have experienced: TCP Connection error : Port closed -> Carla server is crashing.
What you expected to happen: Rendering carla simulator.
Steps to reproduce: python3 carla-gym/carla_gym/envs/carla_env.py
This the error I am getting while trying to run carla_env.py:
The text was updated successfully, but these errors were encountered: