Skip to content

Commit 443bbc0

Browse files
committed
Decapitalize one, reflow text for even widths
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent e374ebc commit 443bbc0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

osi_trafficupdate.proto

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import "osi_object.proto";
99
package osi3;
1010

1111
//
12-
// \brief The traffic update message is provided by traffic
13-
// participant models to provide updates to their position, state
14-
// and future trajectory back to the simulation environment. The message is designed
15-
// to update data of exactly ONE traffic participant, optionally with an attached
16-
// trailer.
12+
// \brief The traffic update message is provided by traffic participant
13+
// models to provide updates to their position, state and future
14+
// trajectory back to the simulation environment. The message is
15+
// designed to update data of exactly one traffic participant,
16+
// optionally with an attached trailer.
1717
//
18-
// \note For reasons of convenience and consistency, the
19-
// updated information is provided as a MovingObject. Certain fields
20-
// of this sub-message are not required to be set and will be ignored by the
18+
// \note For reasons of convenience and consistency, the updated
19+
// information is provided as a MovingObject. Certain fields of this
20+
// sub-message are not required to be set and will be ignored by the
2121
// simulation environment, because they are static information.
2222
// Instead of creating a seperate message type for only the non-static
2323
// information, re-use existing message.

0 commit comments

Comments
 (0)