Skip to content

Commit 56cdaa7

Browse files
Deleted Approach 1
Deleted Approach 1 Signed-off-by: Thomas Nader <Thomas.Nader@bmw.de>
1 parent 2ed7d0e commit 56cdaa7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

osi_object.proto

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ 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-
8782
//
8883
// \brief Classification data for a stationary object.
8984
//
@@ -492,11 +487,6 @@ message MovingObject
492487
//
493488
optional ColorDescription color_description = 11;
494489

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-
500490
// Definition of object types.
501491
//
502492
enum Type

0 commit comments

Comments
 (0)