Skip to content

Commit

Permalink
Added new element to MeasurementState: INVALID
Browse files Browse the repository at this point in the history
Issue: #648
Signed-off-by: FlorianMueller87 <[email protected]>
  • Loading branch information
FlorianMueller87 committed Aug 12, 2022
1 parent 0c58e6c commit 7293b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osi_detectedobject.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ message DetectedItemHeader
// Tracked object is temporarily occluded by another entity.
//
MEASUREMENT_STATE_PREDICED_OCCLUDED = 6;

// The object is invalid in this cycle.
//
MEASUREMENT_STATE_INVALID = 7;
}
}

Expand Down

0 comments on commit 7293b45

Please sign in to comment.