We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e67f6d commit b18e04bCopy full SHA for b18e04b
osi_object.proto
@@ -67,15 +67,15 @@ message StationaryObject
67
//
68
// \note OSI uses singular instead of plural for repeated field names.
69
70
- repeated Identifier assigned_lane_id = 1;
+ repeated Identifier assigned_lane_id = 5;
71
72
// Percentage value of the object width in the corresponding lane.
73
74
// \note Might be multiple if the object streches over multiple lanes.
75
76
77
78
- repeated double assigned_lane_percentage = 2;
+ repeated double assigned_lane_percentage = 6;
79
}
80
81
// Definition of object types.
0 commit comments