Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing foes from internal junction incLanes #5045

Open
namdre opened this issue Jan 16, 2019 · 0 comments
Open

missing foes from internal junction incLanes #5045

namdre opened this issue Jan 16, 2019 · 0 comments

Comments

@namdre
Copy link
Contributor

namdre commented Jan 16, 2019

  • the condition (forbids || rightTurnConflict) && (needsCont || dir=turn) is to restrictive
  • the condition (forbids || rightTurnConflict) && (needsCont || dir=turn || !ts) works correctly for non-tls junctions
  • the condition (forbids || rightTurnConflict) adds foes from the underlying priority junction and this is invalid as it could cause vehicles from the minor direction to become stuck on the intersection once their green phase runs out
  • an extra check should be done to distinguish between direct and indirect bicycle turns: if the internal lanes from the same edge intersection after the internal junction, then the bicycle mu st yield. Otherwise it performs a direct left turn and traffic from the same edge must yield (Provide means to model indirect left turns #4252)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant