@@ -1013,7 +1013,7 @@ message MovingObject
1013
1013
1014
1014
// Definition of vehicle roles.
1015
1015
//
1016
- // The role specifies the perceived role of a vehicle. Therfore , a
1016
+ // The role specifies the perceived role of a vehicle. Therefore , a
1017
1017
// civil police car is set to ROLE_CIVIL as long as it cannot be
1018
1018
// perceived as a ROLE_POLICE.
1019
1019
// The normal use case will consist of 99% ROLE_CIVIL, as this role is
@@ -1045,29 +1045,29 @@ message MovingObject
1045
1045
//
1046
1046
ROLE_FIRE = 4 ;
1047
1047
1048
- // The vehicle role is military, e.g. camouflaged truck.
1049
- //
1050
- ROLE_MILITARY = 5 ;
1051
-
1052
1048
// The vehicle role is police.
1053
1049
//
1054
- ROLE_POLICE = 6 ;
1050
+ ROLE_POLICE = 5 ;
1055
1051
1056
1052
// The vehicle role is public transport, e.g. a school bus.
1057
1053
//
1058
- ROLE_PUBLIC_TRANSPORT = 7 ;
1054
+ ROLE_PUBLIC_TRANSPORT = 6 ;
1059
1055
1060
1056
// The vehicle role is roadside assistance, e.g. tow truck.
1061
1057
//
1062
- ROLE_ROAD_ASSISTANCE = 8 ;
1058
+ ROLE_ROAD_ASSISTANCE = 7 ;
1063
1059
1064
1060
// The vehicle role is garbage collection, e.g. a garbage truck or sweeper.
1065
1061
//
1066
- ROLE_GARBAGE_COLLECTION = 9 ;
1062
+ ROLE_GARBAGE_COLLECTION = 8 ;
1067
1063
1068
1064
// The vehicle role is road construction, e.g. a excavator or tipper truck.
1069
1065
//
1070
- ROLE_ROAD_CONSTRUCTION = 10 ;
1066
+ ROLE_ROAD_CONSTRUCTION = 9 ;
1067
+
1068
+ // The vehicle role is military, e.g. camouflaged truck.
1069
+ //
1070
+ ROLE_MILITARY = 10 ;
1071
1071
}
1072
1072
}
1073
1073
}
0 commit comments