We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6023f61 commit 31c1f93Copy full SHA for 31c1f93
osi_logicallane.proto
@@ -205,6 +205,10 @@ message LogicalLaneBoundary
205
// Example: this type needs to be used if passing depends on the agent
206
// type, e.g. if cars may change lane, but trucks may not.
207
//
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
+ //
212
PASSING_RULE_OTHER = 1;
213
214
// No passing is allowed (neither from left to right nor from right to
0 commit comments