Skip to content

Commit 31c1f93

Browse files
tbleherStefan Cyliax
authored andcommitted
Add note that PASSING_RULE_OTHER should be used between non-drivable lanes
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent 6023f61 commit 31c1f93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_logicallane.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ message LogicalLaneBoundary
205205
// Example: this type needs to be used if passing depends on the agent
206206
// type, e.g. if cars may change lane, but trucks may not.
207207
//
208+
// This value is also used between non-drivable lanes where the traffic
209+
// regulations do not say anything about passing rules (e.g. for a lane
210+
// boundary between lanes of TYPE_BORDER and TYPE_SHOULDER).
211+
//
208212
PASSING_RULE_OTHER = 1;
209213

210214
// No passing is allowed (neither from left to right nor from right to

0 commit comments

Comments
 (0)