diff --git a/osi_object.proto b/osi_object.proto index db248768f..f01b05187 100644 --- a/osi_object.proto +++ b/osi_object.proto @@ -217,6 +217,10 @@ message StationaryObject // in the environment, like street lights. // TYPE_EMITTING_STRUCTURE = 18; + + // Object is a parking spot. + // + TYPE_PARKING_SPOT = 19; } // Definition of material types.