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 d0ae8e4 commit f679730Copy full SHA for f679730
osi_object.proto
@@ -572,6 +572,15 @@ message MovingObject
572
//
573
optional Identifier trailer_id = 4;
574
575
+ // The IDs of the lanes that this object is assigned to.
576
+ //
577
+ // \note Might be multiple if the object is switching lanes or moving from
578
+ // one lane into another following lane.
579
580
+ // \note OSI uses singular instead of plural for repeated field names.
581
582
+ repeated Identifier assigned_lane_id = 5;
583
+
584
// Definition of vehicle types.
585
586
enum Type
0 commit comments