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

vehicles looking for a parking space don't help others return to the road #5128

Closed
zsambokiandras opened this issue Jan 30, 2019 · 2 comments

Comments

@zsambokiandras
Copy link

Vehicles rather circle indefinitely (with continuous rerouting to the next parkingArea) than help a car leave its parking space and park there. Closing a lane in the GUI shows that there is enough road length for a car to depart, but the gaps are too small. See the attached simulation.
parking.zip

@namdre namdre self-assigned this Jan 30, 2019
@namdre
Copy link
Contributor

namdre commented Jan 31, 2019

Thanks for the scenario. In light of this, #5126 seems more relevant

namdre added a commit that referenced this issue Jan 31, 2019
@namdre namdre closed this as completed in d68c1f3 Jan 31, 2019
namdre added a commit that referenced this issue Jan 31, 2019
@namdre namdre reopened this Feb 11, 2019
@namdre
Copy link
Contributor

namdre commented Feb 11, 2019

current implementation allows for deadlock if a vehicle "requests help" from another vehicle that has already driven a bit too far. A simple solution would be to restrict the help request scenario to the situation where the parkingArea is at capacity

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

2 participants