fixed bug tm vehicle not moving
This commit is contained in:
parent
5d7a978527
commit
79ffc83f74
|
@ -93,6 +93,9 @@ class SimulationSynchronization(object):
|
|||
settings.fixed_delta_seconds = self.carla.step_length
|
||||
self.carla.world.apply_settings(settings)
|
||||
|
||||
traffic_manager = self.carla.client.get_trafficmanager()
|
||||
traffic_manager.set_synchronous_mode(True)
|
||||
|
||||
def tick(self):
|
||||
"""
|
||||
Tick to simulation synchronization
|
||||
|
|
Loading…
Reference in New Issue