File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments