Skip to content

Commit d20c45a

Browse files
Small fixes
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent e0f62dc commit d20c45a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

osi_object.proto

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ message MovingObject
12791279

12801280
// The vehicle role is fire fighting, e.g. fire engine.
12811281
//
1282-
// \note Deprecated differentiation, use TYPE_FIRE_BRIGADE instead
1282+
// \note Deprecated differentiation, use ROLE_FIRE_BRIGADE instead
12831283
//
12841284
ROLE_FIRE = 4;
12851285

@@ -1304,7 +1304,7 @@ message MovingObject
13041304

13051305
// The vehicle role is roadside assistance, e.g. tow truck.
13061306
//
1307-
// \note Deprecated differentiation, use TYPE_ROADSIDE_ASSISTANCE
1307+
// \note Deprecated differentiation, use ROLE_ROADSIDE_ASSISTANCE
13081308
// instead
13091309
//
13101310
ROLE_ROAD_ASSISTANCE = 7;
@@ -1314,17 +1314,19 @@ message MovingObject
13141314
//
13151315
ROLE_GARBAGE_COLLECTION = 8;
13161316

1317-
// The vehicle role is road construction, e.g. a excavator or tipper
1318-
// truck.
1319-
//
1320-
ROLE_ROAD_CONSTRUCTION = 9;
1321-
13221317
// Traffic participant that can be perceived as construction
13231318
// vehicle/construction worker (e.g. road construction, rail
13241319
// construction).
13251320
//
13261321
ROLE_CONSTRUCTION = 9;
13271322

1323+
// The vehicle role is road construction, e.g. a excavator or tipper
1324+
// truck.
1325+
//
1326+
// \note Deprecated differentiation, use ROLE_CONSTRUCTION instead
1327+
//
1328+
ROLE_ROAD_CONSTRUCTION = 9;
1329+
13281330
// Traffic participant that can be perceived as belonging to a
13291331
// military force.
13301332
//

0 commit comments

Comments
 (0)