更新 Wetterbedingungen_Nna.py
This commit is contained in:
parent
05463e1cfe
commit
7b0e8308ac
@ -1,9 +1,10 @@
|
|||||||
world.set_weather(carla.WeatherParameters.HardRainNoon)
|
## Wetterimplementierung
|
||||||
world.set_weather(carla.WeatherParameters.ClearNoon)
|
world.set_weather(carla.WeatherParameters.HardRainNoon)
|
||||||
world.set_weather(carla.WeatherParameters.HardRainNight)
|
world.set_weather(carla.WeatherParameters.ClearNoon)
|
||||||
world.set_weather(carla.WeatherParameters.CloudySunset) # Set weather to CloudySunset
|
world.set_weather(carla.WeatherParameters.HardRainNight)
|
||||||
world.set_weather(carla.WeatherParameters.WetNoon) # Set weather to wet
|
world.set_weather(carla.WeatherParameters.CloudySunset) # Set weather to CloudySunset
|
||||||
world.set_weather(carla.WeatherParameters.CloudyNoon)
|
world.set_weather(carla.WeatherParameters.WetNoon) # Set weather to wet
|
||||||
world.set_weather(carla.WeatherParameters.SoftRainNight)
|
world.set_weather(carla.WeatherParameters.CloudyNoon)
|
||||||
world.set_weather(carla.WeatherParameters.WetCloudySunset)
|
world.set_weather(carla.WeatherParameters.SoftRainNight)
|
||||||
print(dir(carla.WeatherParameters))
|
world.set_weather(carla.WeatherParameters.WetCloudySunset)
|
||||||
|
print(dir(carla.WeatherParameters))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user