Skip to content

Commit f679730

Browse files
0815-codepmai
authored andcommitted
Move assigned_lane_id in MovingObject to VehicleClassification
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent d0ae8e4 commit f679730

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

osi_object.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,15 @@ message MovingObject
572572
//
573573
optional Identifier trailer_id = 4;
574574

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+
575584
// Definition of vehicle types.
576585
//
577586
enum Type

0 commit comments

Comments
 (0)