From 9460e6f432d55ddd00f9fc90c080e543968f45b7 Mon Sep 17 00:00:00 2001 From: Liyuan Zhu Date: Wed, 26 Feb 2025 13:12:31 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Spawn=5FFahrzeuge=5FNna.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Spawn_Fahrzeuge_Nna.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Spawn_Fahrzeuge_Nna.py b/Spawn_Fahrzeuge_Nna.py index 00f1021..573a65c 100644 --- a/Spawn_Fahrzeuge_Nna.py +++ b/Spawn_Fahrzeuge_Nna.py @@ -467,20 +467,6 @@ for vehicle in world.get_actors().filter('*vehicle*'): -world.set_weather(carla.WeatherParameters.HardRainNoon) -world.set_weather(carla.WeatherParameters.ClearNoon) -world.set_weather(carla.WeatherParameters.HardRainNight) -world.set_weather(carla.WeatherParameters.CloudySunset) # Set weather to CloudySunset -world.set_weather(carla.WeatherParameters.WetNoon) # Set weather to wet -world.set_weather(carla.WeatherParameters.CloudyNoon) -world.set_weather(carla.WeatherParameters.SoftRainNight) -world.set_weather(carla.WeatherParameters.WetCloudySunset) -print(dir(carla.WeatherParameters)) - - - - -