We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfc814 commit b953530Copy full SHA for b953530
osi_logicallane.proto
@@ -873,7 +873,7 @@ message LogicalLane
873
874
// Traffic rule is of type speed limit
875
//
876
- TRAFFIC_RULE_TYPE_SPEED_LIMIT = 1;
+ TRAFFIC_RULE_TYPE_SPEED_LIMIT = 0;
877
}
878
879
@@ -925,19 +925,19 @@ message LogicalLane
925
926
// Unit: m/s
927
928
- UNIT_METER_PER_SECOND = 1;
+ UNIT_METER_PER_SECOND = 0;
929
930
// Kilometers per hour.
931
932
// Unit: km/h
933
934
- UNIT_KILOMETER_PER_HOUR = 2;
+ UNIT_KILOMETER_PER_HOUR = 1;
935
936
// Miles per hour.
937
938
// Unit: mph
939
940
- UNIT_MILE_PER_HOUR = 3;
+ UNIT_MILE_PER_HOUR = 2;
941
942
943
0 commit comments