OSI KPIs definitions
|
The conditions of the environment. More...
Classes | |
class | AmbientIllumination |
Definition of discretized ambient illumination states. More... | |
class | Fog |
Definition of discretized fog states. More... | |
class | Precipitation |
Definition of discretized precipitation states. More... | |
class | TimeOfDay |
The time of day at the location of the vehicle. More... | |
The conditions of the environment.
Definition of light, weather conditions and other environmental conditions.
field | type | repeated | Requirements |
---|---|---|---|
ambient_illumination | EnvironmentalConditions::AmbientIllumination | no | Must be set and valid |
time_of_day | EnvironmentalConditions::TimeOfDay | no | Must be set and valid |
atmospheric_pressure | double | no | Must be in Pascal [Pa]; must be set |
temperature | double | no | Mun be in Kelvin [K]; must be set |
relative_humidity | double | no | Must be in range [0 - 100] [%]; must be set |
precipitation | EnvironmentalConditions::Precipitation | no | Must be set and valid |
fog | EnvironmentalConditions::Fog | no | Must be set and valid |