Moved test script

This commit is contained in:
Daniel Santos-Olivan 2020-11-03 10:26:02 +01:00 committed by DSantosO
parent e481df0293
commit 95d27a5dcc
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
""" """
Test collisions example for CARLA Test collisions example for CARLA
This script runs several scenarios involving collisions and check if they This script runs several scenarios involving collisions and check if they
are deterministic. are deterministic for different simulation parameters.
""" """
import glob import glob
@ -87,6 +87,7 @@ class Scenario():
self.clear_scene() self.clear_scene()
class SpawnCars01(Scenario): class SpawnCars01(Scenario):
def init_scene(self): def init_scene(self):
world = self.world world = self.world