Open suleymanttr opened 2 months ago
It is weird that freeze method seems “Stops all the traffic lights in the scene at their current state” but not the current traffic light as write in https://carla.readthedocs.io/en/latest/python_api/#carlatrafficlightstate.
Thanks for contributing to CARLA!
If you are reporting an issue, please use the following outline:
CARLA version: 0.9.13 Platform/OS:ubuntu 20.04 Problem you have experienced: I have problem with traffic lights in Carla.I want to customize its initial state and phase durations. Although I set the initial states and the phase durations(such as set_yellow_time...) it does not act how I set.Light stuck on my initial state. What you expected to happen: I want it to run just like real life: red>yellow>green>yellow>red . It stuck on the given phase. Steps to reproduce: Other information (documentation you consulted, workarounds you tried):
Below is the code to reproduce: