Skip to content

Commit ec066b0

Browse files
committed
Added additional fixes for typos and clarified some comments.
Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent a5ea32c commit ec066b0

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

osi_trafficcommand.proto

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,8 @@ message SpeedAction
487487
// along the lane.
488488
//
489489
// \note This action is aligned with LongitudinalDistanceAction of OpenSCENARIO 1.0
490-
// defining the reference traffic participanz and the distance.
490+
// defining the reference traffic participant and the distance.
491491
//
492-
493492
message LongitudinalDistanceAction
494493
{
495494
// Action Header of the message
@@ -507,18 +506,17 @@ message LongitudinalDistanceAction
507506
optional double distance = 3;
508507

509508
// Determine the measurement of distance between TrafficParticipant
510-
// True: Lateral distance is measured using the distance between closest bounding box points.
509+
// True: Longitudinal distance is measured using the distance between closest bounding box points.
511510
// False: Reference point distance is used
512511
//
513512
optional bool freespace = 4;
514513

515514
// Define wheather the traffic participant should only reach the distance once
516515
// or follow.
517516
// If set to true the traffic particpant shall approach the reference participant
518-
// and follow woth the distance specified until the action is aborted.
517+
// and follow with the distance specified until the action is aborted.
519518
// If set to false the action end as soon as the traffic participant has reached
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.
519+
// the specified distance.
522520
//
523521
optional bool follow = 5;
524522

@@ -531,12 +529,12 @@ message LongitudinalDistanceAction
531529

532530
// \brief Lateral Distance Action
533531
//
534-
// The action tells the traffic participant to reach a longitudinal distance to
535-
// another traffic participant. The longitudinal distance is defined as the distance
532+
// The action tells the traffic participant to reach a lateral distance to
533+
// another traffic participant. The lateral distance is defined as the perpendicular to the current lane
536534
// along the lane.
537535
//
538536
// \note This action is aligned with LateralDistanceAction of OpenSCENARIO 1.0
539-
// defining the reference traffic participanz and the distance.
537+
// defining the reference traffic participant and the distance.
540538
//
541539
message LateralDistanceAction
542540
{

0 commit comments

Comments
 (0)