Skip to content

Commit 4fbccbb

Browse files
committed
Clarify physical_boundary_id example a bit
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent 42725fc commit 4fbccbb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

osi_logicallane.proto

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package osi3;
1212
// A logical lane boundary describes the boundary between two logical lanes. As
1313
// such, there will always be exactly one logical lane boundary between two
1414
// lanes at a given S position. Contrary to that, there can be 0 to N physical
15-
// lane boundaries (i.e. type LaneBoundary) between two logical lanes at a
15+
// lane boundaries (i.e. type LaneBoundary) between two logical lanes at a
1616
// given S position.
1717
//
1818
// If there are multiple physical lane boundaries at one S position between two
@@ -121,15 +121,16 @@ message LogicalLaneBoundary
121121
//
122122
// Example:
123123
// Lane 1
124-
// --------a------------------ - - - -c- - - -
124+
// --------a------------------ - - - -c- - - - ---->
125125
// - - - -b- - - -
126-
// Lane 2
127-
//
128-
// This shows the boundary between lane 1 and lane 2. First there is a
129-
// solid-broken line (a and b), then there is only a solid line (a), then
130-
// there is a broken line (c). There would be three LogicalLaneBoundary
131-
// objects between Lane1 and Lane2: the first would reference a and b, the
132-
// second would reference only a, and the third would reference c.
126+
// Lane -1
127+
//
128+
// This shows the boundary between lane 1 and lane -1, with the reference
129+
// line going from left to right. First there is a solid-broken line (a and
130+
// b), then there is only a solid line (a), then there is a broken line
131+
// (c). There would be three LogicalLaneBoundary objects between Lane1 and
132+
// Lane2: the first would reference first b and then a, the second would
133+
// reference only a, and the third would reference c.
133134
//
134135
// \rules
135136
// refers_to: LaneBoundary

0 commit comments

Comments
 (0)