@@ -9,7 +9,7 @@ package osi3;
9
9
//
10
10
// \brief Boundary line of a LogicalLane
11
11
//
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.
13
13
//
14
14
// A logical lane boundary describes the boundary between two logical lanes. As
15
15
// such, there will always be exactly one logical lane boundary between two
@@ -23,6 +23,11 @@ package osi3;
23
23
// marking), then the single LogicalLaneBoundary describing the boundary between
24
24
// two logical lanes should be between the physical boundaries.
25
25
//
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
+ //
26
31
// Notes on design decisions:
27
32
// - The LogicalLaneBoundary has ST coordinates, and is thus a separate type
28
33
// from LaneBoundary.
@@ -79,7 +84,7 @@ message LogicalLaneBoundary
79
84
// Approximation error green line.
80
85
//
81
86
// 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
83
88
// for errors in the XY plane, because Z differences between lanes
84
89
// influence driving very much.
85
90
//
0 commit comments