Closed
Description
Currently, there are UNKNOWN
levels of different environmental conditions, e.g.
// Intensity of precipitation is unknown (must not be used in ground
// truth).
//
PRECIPITATION_UNKNOWN = 0;
in
which is not to be used in ground truth. Is there another place in which message EnvironmentalConditions
appears outside of the ground truth message?