Skip to content

Commit 428b2a6

Browse files
author
Carsten Kuebler
committed
update documentation
1 parent 8665d14 commit 428b2a6

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.clang-format

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
IndentWidth: 4
2+
ColumnLimit: 80
3+
BasedOnStyle: Google
4+
UseTab: Never
5+
BreakBeforeBraces: Allman
6+
MaxEmptyLinesToKeep: 1
7+
ReflowComments: true

osi_lane.proto

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)