From e020d12df8158969de1bde0c1392375a9caad151 Mon Sep 17 00:00:00 2001 From: Johannes Schmitz Date: Thu, 9 Jul 2026 13:52:47 +0200 Subject: [PATCH] Update comment to specify minivan TYPE_CAR categorization Signed-off-by: Johannes Schmitz --- osi_object.proto | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/osi_object.proto b/osi_object.proto index 8814782cb..973004e27 100644 --- a/osi_object.proto +++ b/osi_object.proto @@ -863,12 +863,14 @@ message MovingObject TYPE_DELIVERY_VAN = 6; // A van is a motorized vehicle with a larger cargo area than a car, - // used for transporting goods or people. + // used for transporting goods or people. This category is not + // intended for minivans, which shall rather be categorized as car. // // \note Corresponds roughly with UNECE [1] categories M2 and N1. // - // \note This category is not intended for mini vans, which shall - // rather be categorized as cars. + // \note Minivans shall be categorized as TYPE_CAR since other OSI + // car types have been deprecated. See also the general note about + // deprecation history and cross standard harmonization above. // // \par References: // [1] United Nations Economic and Social Council. (2023). Consolidated Resolution on the Construction of Vehicles (ECE/TRANS/WP.29/78/Rev.7) [PDF]. United Nations. Retrieved May 3, 2024, from https://unece.org/sites/default/files/2023-12/ECE_TRANS_WP.29_78_Rev.7e.pdf