更新 Spawn_Fahrzeuge_Nna.py

This commit is contained in:
Liyuan Zhu 2025-02-26 13:12:31 +00:00
parent 3ff149f218
commit 9460e6f432

View File

@ -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))