Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensors problem ch7 #44

Open
elpidak opened this issue Jan 30, 2024 · 0 comments
Open

Sensors problem ch7 #44

elpidak opened this issue Jan 30, 2024 · 0 comments

Comments

@elpidak
Copy link

elpidak commented Jan 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant