File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,12 @@ message Lane
5656 //
5757 // This is the line, that a typical vehicle is supposed to follow. Thus, if
5858 // the road narrows (e.g. at a construction site) this line is supposed to
59- // describe the trajectory that the vehicle should follow. The intended
60- // direction of travel on the lane is given by the direction defined by the
61- // sequence of points forming the center line.
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.
6265 //
6366 // \image html highway_exit.png "Center lines as yellow dotted lines."
6467 //
@@ -72,6 +75,9 @@ message Lane
7275 //
7376 // \note The \c #centerline is defined only for \c #type =
7477 // \c #TYPE_DRIVING and one \c #lane_pairing pair.
78+ // \note Intersections and non-driving lanes do not have a center line.
79+ // A vehicle must calculate this individually and depending on the
80+ // situation.
7581 //
7682 repeated Vector3d centerline = 3 ;
7783
You can’t perform that action at this time.
0 commit comments