Skip to content

Commit a5ea32c

Browse files
committed
Added the missing part of the comment for the follow field in the LongitudinalDistanceAction.
Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent 5ae9fb4 commit a5ea32c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osi_trafficcommand.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,9 @@ message LongitudinalDistanceAction
517517
// If set to true the traffic particpant shall approach the reference participant
518518
// and follow woth the distance specified until the action is aborted.
519519
// If set to false the action end as soon as the traffic participant has reached
520-
// the
520+
// the cpecified distance. If set to true the traffic participant should follow
521+
// the specified participant with the distance until the action is aborted.
522+
//
521523
optional bool follow = 5;
522524

523525
// Parameter that assings either unlimited dynamics (if omitted)

0 commit comments

Comments
 (0)