File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,23 @@ message DetectedItemHeader
84
84
// Values provided by tracking only.
85
85
//
86
86
MEASUREMENT_STATE_PREDICTED = 3 ;
87
+
88
+ // This indicates the first occurrence of this particular object in the object list.
89
+ //
90
+ MEASUREMENT_STATE_NEW = 4 ;
91
+
92
+ // The object was partly updated with new information
93
+ // from a sensor in the last update cycle of this object
94
+ // list. The measurement was incomplete and could,
95
+ // therefore, only partially update the signals of this
96
+ // object. The remaining signals of this object are unchanged
97
+ // or predicted for this measurement cycle.
98
+ //
99
+ MEASUREMENT_STATE_PARTIALLY_MEASURED = 5 ;
100
+
101
+ // Tracked object is temporarily occluded by another entity.
102
+ //
103
+ MEASUREMENT_STATE_PREDICED_OCCLUDED = 6 ;
87
104
}
88
105
}
89
106
You can’t perform that action at this time.
0 commit comments