cjy1992 / gym-carla

An OpenAI gym wrapper for CARLA simulator
MIT License
531 stars 111 forks source link

Other npc vehicles do not comply with the traffic rules #51

Closed hanhanlixianji closed 1 year ago

hanhanlixianji commented 1 year ago

In the initial time, after the map spawn npc vehicles, these vehicles travel randomly.

微信图片_20230226132555
hanhanlixianji commented 1 year ago

I soved it, in carla_env.py, modify self._set_synchronous_mode(False) to self._set_synchronous_mode() delete the 'False'