Skip to content

Commit

Permalink
Add note that PASSING_RULE_OTHER should be used between non-drivable …
Browse files Browse the repository at this point in the history
…lanes

Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
  • Loading branch information
tbleher authored and Stefan Cyliax committed Mar 31, 2022
1 parent 6023f61 commit 31c1f93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ message LogicalLaneBoundary
// Example: this type needs to be used if passing depends on the agent
// type, e.g. if cars may change lane, but trucks may not.
//
// This value is also used between non-drivable lanes where the traffic
// regulations do not say anything about passing rules (e.g. for a lane
// boundary between lanes of TYPE_BORDER and TYPE_SHOULDER).
//
PASSING_RULE_OTHER = 1;

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

0 comments on commit 31c1f93

Please sign in to comment.