Moved test script
This commit is contained in:
parent
e481df0293
commit
95d27a5dcc
|
@ -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
|
Loading…
Reference in New Issue