Skip to content

Commit 21cd678

Browse files
tbleherStefan Cyliax
authored andcommitted
Make example regarding difference between Lane and LogicalLane more general
The example is not limited to narrow roads. Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent e8e7030 commit 21cd678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osi_logicallane.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ message LogicalLaneBoundary
240240
//
241241
// A logical lane is part of a road. Compared to a physical lane (OSI type
242242
// \c Lane), its existence doesn't hinge on the existence of road markings. So
243-
// e.g. a narrow urban road with two driving directions but no road markings
244-
// in-between would be presented as two \link LogicalLane LogicalLanes\endlink,
245-
// but only one Lane. So one Lane can consist of multiple \link LogicalLane
243+
// e.g. a road with two driving directions but no road markings in-between
244+
// would be presented as two \link LogicalLane LogicalLanes\endlink, but only
245+
// one Lane. So one Lane can consist of multiple \link LogicalLane
246246
// LogicalLanes\endlink. E.g. on intersections, each driving path is one
247247
// LogicalLane, but the whole area is one \c Lane of type \link
248248
// osi3::Lane::Classification::TYPE_INTERSECTION \c TYPE_INTERSECTION \endlink.

0 commit comments

Comments
 (0)