From 7088b2cfdfb4a5dd9c17f73fb041cc8c05b10bbe Mon Sep 17 00:00:00 2001 From: FlorianMueller87 Date: Fri, 5 Aug 2022 21:34:40 +0200 Subject: [PATCH] Added two new elements to LaneBoundary-Classification-Type: FENCE and TENSION_CABLE_SYSTEM Issue: #642 Signed-off-by: FlorianMueller87 --- osi_lane.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/osi_lane.proto b/osi_lane.proto index 062eb6a00..4c0ac295c 100644 --- a/osi_lane.proto +++ b/osi_lane.proto @@ -1068,6 +1068,14 @@ message LaneBoundary // A sound barrier. // TYPE_SOUND_BARRIER = 15; + + // The lane boundary is a fence. + // + TYPE_FENCE = 16; + + // The lane boundary is a tension cable system. + // + TYPE_TENSION_CABLE_SYSTEM = 17; } // The semantic color of the lane boundary in case of a lane markings.