Skip to content

Commit ec01afd

Browse files
Adapt definition of center line
1 parent b39232a commit ec01afd

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

osi_lane.proto

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,8 @@ message Lane
5454

5555
// The lane's center line (as a list of segments).
5656
//
57-
// This is the line, that a typical vehicle is supposed to follow. Thus, if
58-
// the road narrows (e.g. at a construction site) this line is supposed to
59-
// describe the trajectory that the vehicle should follow.
60-
// Depending on the size of the vehicle, the vehicle may not be able to
61-
// orient itself directly on the center line due to its dimensions, but
62-
// may have to deviate from it in order to avoid e.g. a collision.
63-
// The intended direction of travel on the lane is given by the
64-
// direction defined by the sequence of points forming the center line.
65-
//
57+
// The center line describes the middle of the lane.
58+
//
6659
// \image html highway_exit.png "Center lines as yellow dotted lines."
6760
//
6861
// \attention The points describing the center line might be set at
@@ -72,6 +65,16 @@ message Lane
7265
// image:
7366
//
7467
// \image html line_approximation_error.png "Approximation error as green line."
68+
//
69+
// \note The center line is the line that a typical vehicle follows more or
70+
// less (depending on the situation, a little more to the left or right of the
71+
// center line). Thus, if the road narrows (e.g. at a construction site) this
72+
// line is supposed to describe the trajectory that the vehicle should follow.
73+
// Depending on the size of the vehicle, the vehicle may not be able to
74+
// orient itself directly on the center line due to its dimensions, but
75+
// may have to deviate from it in order to avoid e.g. a collision.
76+
// The intended direction of travel on the lane is given by the
77+
// direction defined by the sequence of points forming the center line.
7578
//
7679
// \note The \c #centerline is defined only for \c #type =
7780
// \c #TYPE_DRIVING and one \c #lane_pairing pair.

0 commit comments

Comments
 (0)