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 e2e0687 commit 0149c67Copy full SHA for 0149c67
osi_object.proto
@@ -977,13 +977,13 @@ message MovingObject
977
//
978
ROLE_OTHER = 1;
979
980
- // The vehicle role is ambulance.
981
- //
982
- ROLE_AMBULANCE = 2;
983
-
984
// The vehicle role is civil, e.g. a "normal" car.
985
986
- ROLE_CIVIL = 3;
+ ROLE_CIVIL = 2;
+
+ // The vehicle role is ambulance.
+ //
+ ROLE_AMBULANCE = 3;
987
988
// The vehicle role is fire fighting, e.g. fire engine.
989
0 commit comments