Skip to content

Commit 2ed7d0e

Browse files
Update osi_object.proto
Obsolete Objects as Approach 1 Signed-off-by: Thomas Nader <Thomas.Nader@bmw.de>
1 parent a6661c5 commit 2ed7d0e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

osi_object.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ message StationaryObject
7979
//
8080
optional ColorDescription color_description = 6;
8181

82+
// Flag defining wether the object is obsolete and not simulated yet or any more.
83+
// If true, object needs to be sent at least three times.
84+
//
85+
optional bool is_obsolete = 7;
86+
8287
//
8388
// \brief Classification data for a stationary object.
8489
//
@@ -487,6 +492,11 @@ message MovingObject
487492
//
488493
optional ColorDescription color_description = 11;
489494

495+
// Approach 1: Flag defining wether the object is obsolete and not simulated yet or any more.
496+
// If true, object needs to be sent at least three times.
497+
//
498+
optional bool is_obsolete = 12;
499+
490500
// Definition of object types.
491501
//
492502
enum Type

0 commit comments

Comments
 (0)