Skip to content

Commit

Permalink
Fixed enumerations.
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 b9d108b commit be43ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ message LogicalLane

// Traffic rule is of type speed limit
//
TRAFFIC_RULE_TYPE_SPEED_LIMIT = 0;
TRAFFIC_RULE_TYPE_SPEED_LIMIT = 1;
}

//
Expand Down Expand Up @@ -920,7 +920,7 @@ message LogicalLane
{
// Meters per second.
//
// Unit: km/h
// Unit: m/s
//
UNIT_METER_PER_SECOND = 1;

Expand Down

0 comments on commit be43ed8

Please sign in to comment.