@@ -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