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
Hi @praveen-palanisamy ,
I am trying to run the code in Windows, the carla is running ok , but when i try to runn the code python carla_env.py
i am dealing with that problem
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File ".\carla_env.py", line 228, in reset
return self.reset_env()
File ".\carla_env.py", line 295, in reset_env
image, py_measurements = self._read_observation()
File ".\carla_env.py", line 402, in _read_observation
measurements, sensor_data = self.client.read_data()
File "C:\Users\R4A\OpenAi-Gym\HOIAWOG\ch7\carla-gym\carla_gym\envs\carla\client.py", line 127, in read_data
return pb_message, dict(x for x in self._read_sensor_data())
File "C:\Users\R4A\OpenAi-Gym\HOIAWOG\ch7\carla-gym\carla_gym\envs\carla\client.py", line 127, in
return pb_message, dict(x for x in self._read_sensor_data())
RuntimeError: generator raised StopIteration
The text was updated successfully, but these errors were encountered:
Hi @praveen-palanisamy ,
I am trying to run the code in Windows, the carla is running ok , but when i try to runn the code python carla_env.py
i am dealing with that problem
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File ".\carla_env.py", line 228, in reset
return self.reset_env()
File ".\carla_env.py", line 295, in reset_env
image, py_measurements = self._read_observation()
File ".\carla_env.py", line 402, in _read_observation
measurements, sensor_data = self.client.read_data()
File "C:\Users\R4A\OpenAi-Gym\HOIAWOG\ch7\carla-gym\carla_gym\envs\carla\client.py", line 127, in read_data
return pb_message, dict(x for x in self._read_sensor_data())
File "C:\Users\R4A\OpenAi-Gym\HOIAWOG\ch7\carla-gym\carla_gym\envs\carla\client.py", line 127, in
return pb_message, dict(x for x in self._read_sensor_data())
RuntimeError: generator raised StopIteration
The text was updated successfully, but these errors were encountered: