Skip to content

Commit b18e04b

Browse files
committed
fix numbering issue
Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent 4e67f6d commit b18e04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_object.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ message StationaryObject
6767
//
6868
// \note OSI uses singular instead of plural for repeated field names.
6969
//
70-
repeated Identifier assigned_lane_id = 1;
70+
repeated Identifier assigned_lane_id = 5;
7171

7272
// Percentage value of the object width in the corresponding lane.
7373
//
7474
// \note Might be multiple if the object streches over multiple lanes.
7575
//
7676
// \note OSI uses singular instead of plural for repeated field names.
7777
//
78-
repeated double assigned_lane_percentage = 2;
78+
repeated double assigned_lane_percentage = 6;
7979
}
8080

8181
// Definition of object types.

0 commit comments

Comments
 (0)