Fix new script ()

This commit is contained in:
glopezdiest 2024-11-05 15:50:03 +01:00 committed by GitHub
parent 776ff70aff
commit 218b1d46f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ def get_actor_blueprints(world, filter, generation):
class World(object):
def __init__(self, carla_world, hud, args):
self.world = carla_world
self.args = args
self.sync = args.sync
self.actor_role_name = args.rolename
try: