@@ -500,11 +500,11 @@ message LongitudinalDistanceAction
500500 //
501501 optional Identifier target_traffic_participant_id = 2 ;
502502
503- // The distance to reach along the lane
504- //
505- // Unit: m
506- //
507- optional double distance = 3 ;
503+ // The distance to reach along the lane
504+ //
505+ // Unit: m
506+ //
507+ optional double distance = 3 ;
508508
509509 // Determine the measurement of longitudinal distance between the traffic
510510 // participant receiving this action and the reference traffic
@@ -514,14 +514,14 @@ message LongitudinalDistanceAction
514514 //
515515 optional bool freespace = 4 ;
516516
517- // Define wheather the traffic participant should only reach the distance once
518- // or if it should also follow if after having reached it.
519- // True: the traffic participant shall approach the reference participant
520- // and follow with the distance specified until the action is aborted/ended.
521- // False: the action ends as soon as the traffic participant has reached
522- // the specified distance.
523- //
524- optional bool follow = 5 ;
517+ // Define wheather the traffic participant should only reach the distance once
518+ // or if it should also follow if after having reached it.
519+ // True: the traffic participant shall approach the reference participant
520+ // and follow with the distance specified until the action is aborted/ended.
521+ // False: the action ends as soon as the traffic participant has reached
522+ // the specified distance.
523+ //
524+ optional bool follow = 5 ;
525525
526526 // Parameter that assings either unlimited dynamics (if omitted)
527527 // or limited maxAcceleration/maxDeceleration/maxSpeed to the action.
@@ -559,7 +559,7 @@ message LateralDistanceAction
559559 // Determine the measurement of lateral distance between the traffic
560560 // participant receiving this action and the reference traffic
561561 // participant.
562- // True: Lateral distance is measured using the distance between closest bounding box points.
562+ // True: Lateral distance is measured using the distance between closest bounding box points.
563563 // False: Lateral distance is mesasured using the distance between the center of each object's bounding box.
564564 //
565565 optional bool freespace = 4 ;
0 commit comments