From 25320e7ed15845c268e98a6d988ac0cafb1a9f17 Mon Sep 17 00:00:00 2001 From: "Schloemicher, Thomas AVL,AT" Date: Wed, 27 Jan 2021 10:02:53 +0100 Subject: [PATCH] Add type speed bump to stationary object Signed-off-by: Schloemicher, Thomas AVL,AT --- osi_object.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osi_object.proto b/osi_object.proto index 1578f7bf3..5a430e092 100644 --- a/osi_object.proto +++ b/osi_object.proto @@ -173,6 +173,10 @@ message StationaryObject // environment, like beacons. // TYPE_CONSTRUCTION_SITE_ELEMENT = 16; + + // Object is a speed bump. + // + TYPE_SPEED_BUMP = 17; } // Definition of material types.