From 7b0e8308acc1f492a6c05005b945856ae4332685 Mon Sep 17 00:00:00 2001 From: Liyuan Zhu Date: Wed, 26 Feb 2025 14:21:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Wetterbedingungen=5FNna.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wetterbedingungen_Nna.py | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Wetterbedingungen_Nna.py b/Wetterbedingungen_Nna.py index 9f5068e..9f39ad1 100644 --- a/Wetterbedingungen_Nna.py +++ b/Wetterbedingungen_Nna.py @@ -1,9 +1,10 @@ -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)) +## Wetterimplementierung +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))