Skip to content

Commit 88e299b

Browse files
committed
Removed exception for vehicle spawning to not break route scenarios
Change-Id: I88641367e18b5ff68593a024d09267728795b602
1 parent ed4be41 commit 88e299b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

srunner/scenariomanager/carla_data_provider.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@ def handle_actor_batch(batch):
494494
for response in responses:
495495
if not response.error:
496496
actor_ids.append(response.actor_id)
497-
else:
498-
raise RuntimeError("Error: Unable to spawn actor")
499497

500498
carla_actors = CarlaActorPool._world.get_actors(actor_ids)
501499
for actor in carla_actors:

0 commit comments

Comments
 (0)