Skip to content

Commit 34484f4

Browse files
committed
Add a small note on the heights of the boundary.
Signed-off-by: Thomas Bleher <[email protected]>
1 parent e73cd47 commit 34484f4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

osi_logicallane.proto

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package osi3;
99
//
1010
// \brief Boundary line of a LogicalLane
1111
//
12-
// Similar to a LaneBoundary, but with a reference and ST positions.
12+
// Similar to a LaneBoundary, but with a reference line and ST positions.
1313
//
1414
// A logical lane boundary describes the boundary between two logical lanes. As
1515
// such, there will always be exactly one logical lane boundary between two
@@ -23,6 +23,11 @@ package osi3;
2323
// marking), then the single LogicalLaneBoundary describing the boundary between
2424
// two logical lanes should be between the physical boundaries.
2525
//
26+
// A logical lane boundary consists of a list of \link LogicalBoundaryPoint
27+
// LogicalBoundaryPoints\endlink. Each point has a XYZ and an ST coordinate.
28+
// The XYZ coordinates describe the position and height of the boundary in the
29+
// world.
30+
//
2631
// Notes on design decisions:
2732
// - The LogicalLaneBoundary has ST coordinates, and is thus a separate type
2833
// from LaneBoundary.
@@ -79,7 +84,7 @@ message LogicalLaneBoundary
7984
// Approximation error green line.
8085
//
8186
// 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
87+
// "real" line) must not exceed 2cm. This is a stricter requirement than
8388
// for errors in the XY plane, because Z differences between lanes
8489
// influence driving very much.
8590
//

0 commit comments

Comments
 (0)