Skip to content

Commit eecbd72

Browse files
authored
fix(docs): rewrite description of MovingObject Update
1 parent b5a60a3 commit eecbd72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_trafficupdate.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ message TrafficUpdate
4040

4141
// Updated moving object
4242
//
43-
// \note Only the id, base member without dimension and base_polygon
44-
// and the vehicle_classification.light_state members are considered in
45-
// updates. All other members can be left undefined and will be
43+
// \note Only the following member are considered in updates: id, base member
44+
// without dimension and base_polygon and the vehicle_classification.light_state.
45+
// All other members can be left undefined and will be
4646
// ignored by the receiver of this message.
4747
//
4848
optional MovingObject update = 3;

0 commit comments

Comments
 (0)