Skip to content

Commit 258a871

Browse files
Added new element to MeasurementState: INVALID
Issue: #648
1 parent 2b1a3bf commit 258a871

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_detectedobject.proto

+4
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ message DetectedItemHeader
101101
// Tracked object is temporarily occluded by another entity.
102102
//
103103
MEASUREMENT_STATE_PREDICED_OCCLUDED = 6;
104+
105+
// The object is invalid in this cycle.
106+
//
107+
MEASUREMENT_STATE_INVALID = 7;
104108
}
105109
}
106110

0 commit comments

Comments
 (0)