From 27fc4a61ad2fb560387520406eda3c8a79b68380 Mon Sep 17 00:00:00 2001 From: Liyuan Zhu Date: Wed, 26 Feb 2025 02:23:54 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wetterbedingungen_Nna.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Wetterbedingungen_Nna.py diff --git a/Wetterbedingungen_Nna.py b/Wetterbedingungen_Nna.py new file mode 100644 index 0000000..9f5068e --- /dev/null +++ b/Wetterbedingungen_Nna.py @@ -0,0 +1,9 @@ +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))