@@ -909,19 +909,20 @@ message LogicalLane
909
909
910
910
//
911
911
// The type of object for which the traffic rule is valid.
912
- // Must not be UNKNOWN or OTHER
913
912
//
914
913
optional MovingObject.Type type = 1 ;
915
914
916
915
//
917
916
// Vehicle classification type for traffic participants
918
- // May only be set if type is TYPE_VEHICLE. Must not be UNKNOWN or OTHER.
917
+ // Should be set to UNKNOWN if type is not TYPE_VEHICLE or the rule
918
+ // is valid for all vehicle types.
919
919
//
920
920
optional MovingObject.VehicleClassification.Type vehicle_type = 2 ;
921
921
922
922
//
923
923
// Role of traffic participant.
924
- // May only be set if type is TYPE_VEHICLE. Must not be UNKNOWN or OTHER.
924
+ // Should be set to UNKNOWN if type is not TYPE_VEHICLE or the rule
925
+ // is valid for all vehicle roles.
925
926
//
926
927
optional MovingObject.VehicleClassification.Role vehicle_role = 3 ;
927
928
}
@@ -935,9 +936,9 @@ message LogicalLane
935
936
//
936
937
// The value of the speed limit.
937
938
// The unit field in the TrafficSignValue message may only be set to
938
- // units associated with velocities and must not be UNKNOWN or OTHER .
939
+ // units associated with velocities and must not be UNKNOWN.
939
940
//
940
- // Note: All speed limits are to be led this way, independent
941
+ // Note: All speed limits are to be modeled this way, independent
941
942
// of how they are induced.
942
943
//
943
944
optional TrafficSignValue speed_limit_value = 1 ;
0 commit comments