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