-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Support for roundabouts? #75
Comments
At least two things would need to happen for this:
And a good video slightly quashing the roundabout hype: https://www.youtube.com/watch?v=Lsvhg3FjXXY |
From Shawn: an example candidate is https://www.openstreetmap.org/#map=18/34.20973/-77.88637 |
https://www.openstreetmap.org/way/881403608 is one roundabout that keeps causing gridlock, so removing it from import. It's a good local case to test ideas for better modelling. |
1) If a car is blocked by a conflicting turn and is part of a cycle, wake up the car blocking it. In some cases, this wakes it up faster and unsticks things. Otherwise, it just wastes a little bit of time. 2) If a car is part of a cycle, allow blocking-the-box. 3) Continue sorting people at a stop sign by the time they've been waiting. But for cars "overflowing" their current lane, move them to the front of this ordering. It unsticks one particular situation. 4) Fix wakeup_waiting entirely. Before, it was waking up protected turns before permitted, but otherwise the ordering was arbitrary. Now actually respect stop sign ordering. I expect this to improve many other situations than the one I was checking. This was all motivated by one particular roundabout in Poundbury. It doesn't solve gridlock there, but it gets past a major blockage.
…n there get precedence over new people entering. #75 This makes Poundbury run with baseline traffic, when previously it was super gridlocked!
…traffic circle ones prevent merging adjacent blocks and are causing headaches. #75 Regenerating everything...
I always see roundabouts suggested so it would be fun to turn an intersection into a roundabout!
https://www.wsdot.wa.gov/Safety/roundabouts/benefits.htm
The text was updated successfully, but these errors were encountered: