Skip to content

Commit 09d7599

Browse files
adrianschultzpmai
authored andcommitted
Remove spelling mistake and move military to back
Signed-off-by: Adrian Vernickel <adrian.vernickel@hexagon.com>
1 parent ef3870d commit 09d7599

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

osi_object.proto

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ message MovingObject
10121012

10131013
// Definition of vehicle roles.
10141014
//
1015-
// The role specifies the perceived role of a vehicle. Therfore, a
1015+
// The role specifies the perceived role of a vehicle. Therefore, a
10161016
// civil police car is set to ROLE_CIVIL as long as it cannot be
10171017
// perceived as a ROLE_POLICE.
10181018
// The normal use case will consist of 99% ROLE_CIVIL, as this role is
@@ -1044,29 +1044,29 @@ message MovingObject
10441044
//
10451045
ROLE_FIRE = 4;
10461046

1047-
// The vehicle role is military, e.g. camouflaged truck.
1048-
//
1049-
ROLE_MILITARY = 5;
1050-
10511047
// The vehicle role is police.
10521048
//
1053-
ROLE_POLICE = 6;
1049+
ROLE_POLICE = 5;
10541050

10551051
// The vehicle role is public transport, e.g. a school bus.
10561052
//
1057-
ROLE_PUBLIC_TRANSPORT = 7;
1053+
ROLE_PUBLIC_TRANSPORT = 6;
10581054

10591055
// The vehicle role is roadside assistance, e.g. tow truck.
10601056
//
1061-
ROLE_ROAD_ASSISTANCE = 8;
1057+
ROLE_ROAD_ASSISTANCE = 7;
10621058

10631059
// The vehicle role is garbage collection, e.g. a garbage truck or sweeper.
10641060
//
1065-
ROLE_GARBAGE_COLLECTION = 9;
1061+
ROLE_GARBAGE_COLLECTION = 8;
10661062

10671063
// The vehicle role is road construction, e.g. a excavator or tipper truck.
10681064
//
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;
10701070
}
10711071
}
10721072
}

0 commit comments

Comments
 (0)