forked from zhuli90799/Fahrsimulator
上传文件至 /
This commit is contained in:
parent
ed4e72d64a
commit
27fc4a61ad
9
Wetterbedingungen_Nna.py
Normal file
9
Wetterbedingungen_Nna.py
Normal file
@ -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))
|
Loading…
x
Reference in New Issue
Block a user