File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,32 @@ message StationaryObject
7979 //
8080 optional ColorDescription color_description = 6 ;
8181
82+ // Specific information about the classification of stationary objects.
83+ //
84+ optional StationaryObjectClassification stationary_object_classification = 7 ;
85+
86+ //
87+ // \brief Information for the classification of stationary objects.
88+ //
89+ message StationaryObjectClassification
90+ {
91+ // The IDs of the lanes that this object is assigned to.
92+ //
93+ // \note Might be multiple if the object streches over multiple lanes.
94+ //
95+ // \note OSI uses singular instead of plural for repeated field names.
96+ //
97+ repeated Identifier assigned_lane_id = 1 ;
98+
99+ // Percentage value of the object width in the corresponding lane.
100+ //
101+ // \note Might be multiple if the object streches over multiple lanes.
102+ //
103+ // \note OSI uses singular instead of plural for repeated field names.
104+ //
105+ repeated double assigned_lane_percentage = 2 ;
106+ }
107+
82108 //
83109 // \brief Classification data for a stationary object.
84110 //
You can’t perform that action at this time.
0 commit comments