Skip to content

Commit 96c9eb4

Browse files
author
Habedank Clemens
committed
clarified semantics currently supported with TrafficUpdate
Signed-off-by: Habedank Clemens <qxs2704@europe.bmw.corp>
1 parent aeb8541 commit 96c9eb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_trafficupdate.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,9 @@ message TrafficUpdate
4545
// or vehicle category. All dynamic fields should be populated where known,
4646
// for example, velocity, light states, or future trajectory.
4747
//
48+
// \note The field is repeated because it is possible to have a trailer attached to
49+
// a vehicle, see MovingObject::VehicleClassification::has_trailer and
50+
// MovingObject::VehicleClassification::trailer_id.
51+
//
4852
repeated MovingObject update = 3;
4953
}

0 commit comments

Comments
 (0)