File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,22 @@ message StationaryObject
6161 //
6262 optional Color color = 4 ;
6363
64+ // The IDs of the lanes that the stationary object is assigned to.
65+ //
66+ // \note Might be multiple if the stationary object is streching over multiple lanes.
67+ //
68+ // \note OSI uses singular instead of plural for repeated field names.
69+ //
70+ repeated Identifier assigned_lane_id = 5 ;
71+
72+ // Percentage value of the total stationary object residing within a corresponding lane.
73+ //
74+ // \note Might be multiple if the stationary object is streching over multiple lanes.
75+ //
76+ // \note OSI uses singular instead of plural for repeated field names.
77+ //
78+ repeated double assigned_lane_percentage = 6 ;
79+
6480 // Definition of object types.
6581 //
6682 enum Type
You can’t perform that action at this time.
0 commit comments