File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1+ IndentWidth : 4
2+ ColumnLimit : 80
3+ BasedOnStyle : Google
4+ UseTab : Never
5+ BreakBeforeBraces : Allman
6+ MaxEmptyLinesToKeep : 1
7+ ReflowComments : true
Original file line number Diff line number Diff line change @@ -69,17 +69,13 @@ message Lane
6969 //
7070 // \note The center line is the line that a typical vehicle follows more
7171 // or less (depending on the situation, a little more to the left or
72- // right of the center line). Thus, if the road narrows (e.g. at a
73- // construction site) this line is supposed to describe the trajectory
74- // that the vehicle should follow. Depending on the size of the vehicle,
75- // the vehicle may not be able to orient itself directly on the center
76- // line due to its dimensions, but may have to deviate from it in order
77- // to avoid e.g. a collision. The intended direction of travel on the
72+ // right of the center line). The intended direction of travel on the
7873 // lane is given by the direction defined by the sequence of points
79- // forming the center line .
74+ // forming the \c #centerline w.r.t. \c #centerline_is_driving_direction .
8075 //
8176 // \note The \c #centerline is defined only for \c #type =
8277 // \c #TYPE_DRIVING and one \c #lane_pairing pair.
78+ //
8379 // \note Intersections and non-driving lanes do not have a center line.
8480 // A vehicle must calculate this individually and depending on the
8581 // situation.
You can’t perform that action at this time.
0 commit comments