Skip to content

Commit c4338e7

Browse files
thomassedlmayerpmai
authored andcommitted
Reorder sub bounding box enums
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent dab24b1 commit c4338e7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

osi_common.proto

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -456,25 +456,25 @@ message BoundingBox
456456
//
457457
TYPE_BASE_STRUCTURE = 2;
458458

459+
// An overhanging, integral part of an object, which is not
460+
// temporarily attached, e.g. a tree crown, or a light pole arm.
461+
//
462+
TYPE_PROTRUDING_STRUCTURE = 3;
463+
464+
// Additional, temporarily attached cargo to an object.
465+
//
466+
TYPE_CARGO = 4;
467+
459468
// The door of an object.
460469
//
461-
TYPE_DOOR = 3;
470+
TYPE_DOOR = 5;
462471

463472
// The side mirror of a vehicle.
464473
//
465474
// \note The side mirror is not included in the overall bounding box
466475
// of the parent object.
467476
//
468-
TYPE_SIDE_MIRROR = 4;
469-
470-
// Additional, temporarily attached cargo to an object.
471-
//
472-
TYPE_CARGO = 5;
473-
474-
// An overhanging, integral part of an object, which is not
475-
// temporarily attached, e.g. a tree crown, or a light pole arm.
476-
//
477-
TYPE_PROTRUDING = 6;
477+
TYPE_SIDE_MIRROR = 6;
478478
}
479479
}
480480

0 commit comments

Comments
 (0)