Skip to content

Commit

Permalink
Fixed spelling issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Lemmer <lemmer@fzi.de>
  • Loading branch information
lemmer-fzi authored and pmai committed Apr 4, 2024
1 parent 2c7ce0e commit c9e4b46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ message LogicalLane
// valid rule should be provided.
//
// Note: Each traffic rule corresponds to only one lane. If the traffic rule
// is also valid on adjacent/successing/predecessing lanes it needs to be
// is also valid on adjacent/successor/predecessor lanes it needs to be
// specified for each lane individually.
//
// \brief Logical Model of a traffic rule on a lane.
Expand Down Expand Up @@ -896,25 +896,25 @@ message LogicalLane
optional double end_s = 2;

//
// List of traffic participan types for which the speed limit is valid.
// List of traffic participant types for which the speed limit is valid.
// If the traffic rule validity is independent of the vehicle type
// the list should be empty.
//
repeated TypeValidity valid_for_type = 3;

//
// \brief Type of traffic paricipant for which a rule is valid.
// \brief Type of traffic participant for which a rule is valid.
//
message TypeValidity {

//
// The type of objects for which the traffic rule applys.
// The type of object for which the traffic rule is valid.
// Must not be UNKNOWN or OTHER
//
optional MovingObject.Type type = 1;

//
// Vehicle classification type for trafic participants
// Vehicle classification type for traffic participants
// May only be set if type is TYPE_VEHICLE. Must not be UNKNOWN or OTHER.
//
optional MovingObject.VehicleClassification.Type vehicle_type = 2;
Expand All @@ -934,10 +934,10 @@ message LogicalLane

//
// The value of the speed limit.
// The unit filed in the TrafficSigneValue message may only be set to
// The unit filed in the TrafficSignValue message may only be set to
// units associated with velocities and must not be UNKNOWN or OTHER.
//
// Note: All speed limits are to be modelled this way, indpendent
// Note: All speed limits are to be led this way, independent
// of how they are induced.
//
optional TrafficSignValue speed_limit_value = 1;
Expand Down

0 comments on commit c9e4b46

Please sign in to comment.