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
|
// Intensity of precipitation is unknown (must not be used in ground |
,
which is not to be used in ground truth. Is there another place in which message EnvironmentalConditions appears outside of the ground truth message?
Currently, there are
UNKNOWNlevels of different environmental conditions, e.g.in
open-simulation-interface/osi_environment.proto
Line 82 in f9b1382
which is not to be used in ground truth. Is there another place in which
message EnvironmentalConditionsappears outside of the ground truth message?