Skip to content

Commit

Permalink
Fix bug at world loading in vehicle_lights_demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloVD authored and Blyron committed Dec 5, 2024
1 parent 4514f16 commit 7155b72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PythonAPI/examples/vehicle_lights_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 7155b72

Please sign in to comment.