Skip to content

Commit a1603e1

Browse files
Remove spelling mistake and move military to back
1 parent d3cd08f commit a1603e1

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
@@ -1013,7 +1013,7 @@ message MovingObject
10131013

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

1048-
// The vehicle role is military, e.g. camouflaged truck.
1049-
//
1050-
ROLE_MILITARY = 5;
1051-
10521048
// The vehicle role is police.
10531049
//
1054-
ROLE_POLICE = 6;
1050+
ROLE_POLICE = 5;
10551051

10561052
// The vehicle role is public transport, e.g. a school bus.
10571053
//
1058-
ROLE_PUBLIC_TRANSPORT = 7;
1054+
ROLE_PUBLIC_TRANSPORT = 6;
10591055

10601056
// The vehicle role is roadside assistance, e.g. tow truck.
10611057
//
1062-
ROLE_ROAD_ASSISTANCE = 8;
1058+
ROLE_ROAD_ASSISTANCE = 7;
10631059

10641060
// The vehicle role is garbage collection, e.g. a garbage truck or sweeper.
10651061
//
1066-
ROLE_GARBAGE_COLLECTION = 9;
1062+
ROLE_GARBAGE_COLLECTION = 8;
10671063

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

0 commit comments

Comments
 (0)