Skip to content

Commit add7e95

Browse files
Remove land vehicle type
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent 42c2c2e commit add7e95

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

osi_object.proto

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,14 +1051,6 @@ message MovingObject
10511051
// future versions as needed.
10521052
//
10531053
TYPE_AIRCRAFT = 21;
1054-
1055-
// A land vehicle is a vehicle designed for travel on land.
1056-
//
1057-
// \note This category is deliberately generic to include land
1058-
// vehicles that do not fall into other categories and may be
1059-
// refined in future versions as needed.
1060-
//
1061-
TYPE_LAND_VEHICLE = 22;
10621054
}
10631055

10641056
// The type of the vehicle.

0 commit comments

Comments
 (0)