Skip to content

Commit 9c5eedd

Browse files
thomassedlmayerpmai
authored andcommitted
Add dash gap enum
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent ebf8be2 commit 9c5eedd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

osi_lane.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,11 @@ message LaneBoundary
854854
// The current \c BoundaryPoint indicates the end of a dash.
855855
//
856856
DASH_END = 4;
857+
858+
// The current \c BoundaryPoint is located in the gap between
859+
// two dashes on a dashed line.
860+
//
861+
DASH_GAP = 5;
857862
}
858863
}
859864

0 commit comments

Comments
 (0)