Skip to content

Commit 466c342

Browse files
tbleherStefan Cyliax
authored andcommitted
Limit allowed Z error to 2cm
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent 21cd678 commit 466c342

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

osi_logicallane.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ message LogicalLaneBoundary
7878
// \image html line_approximation_error.svg "Approximation error"
7979
// Approximation error green line.
8080
//
81-
// The Z error (difference in Z height between boundary_line and the "real"
82-
// line) must also not exceed 5cm.
81+
// The Z error (difference in Z height between #boundary_line and the
82+
// "real" line) must not exceed 2cm. This is a stricter requirements than
83+
// for errors in the XY plane, because Z differences between lanes
84+
// influence driving very much.
8385
//
8486
// Note: if two lanes have different Z heights (e.g. a driving lane is
8587
// beside a sidewalk, where the sidewalk is 10cm higher than the road),

0 commit comments

Comments
 (0)