Fix bug at world loading in vehicle_lights_demo.py

This commit is contained in:
PabloVD 2024-12-05 12:40:55 +01:00 committed by Blyron
parent 4514f16c2d
commit 7155b72b69
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ def main():
client = carla.Client(args.host, args.port)
client.set_timeout(10)
world = client.load_world('Town10HD_Opt')
tmap = world.get_map()
world = client.get_world()
bp_lib = world.get_blueprint_library()