We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1484fed commit ef3870dCopy full SHA for ef3870d
osi_object.proto
@@ -1032,13 +1032,13 @@ message MovingObject
1032
//
1033
ROLE_OTHER = 1;
1034
1035
- // The vehicle role is ambulance.
1036
- //
1037
- ROLE_AMBULANCE = 2;
1038
-
1039
// The vehicle role is civil, e.g. a "normal" car.
1040
1041
- ROLE_CIVIL = 3;
+ ROLE_CIVIL = 2;
+
+ // The vehicle role is ambulance.
+ //
+ ROLE_AMBULANCE = 3;
1042
1043
// The vehicle role is fire fighting, e.g. fire engine.
1044
0 commit comments