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

yield for vehicles that finished parking and want to re-enter the road #14449

Open
namdre opened this issue Mar 1, 2024 · 0 comments
Open

yield for vehicles that finished parking and want to re-enter the road #14449

namdre opened this issue Mar 1, 2024 · 0 comments

Comments

@namdre
Copy link
Contributor

namdre commented Mar 1, 2024

at the moment, there is only code that enables cooperation by vehicles that themselves want to park at the same parkingArea (MSParkingArea::notifyEgressBlocked).

In addition it would be nice if there was similar behavior as in lane changing:

  • configurable desire to change to another lane
  • configurable desire to adjust speed and open up a gap

A straightforward implementation would be to inject parking-egreess vehicles into the "is there a blocked leader" check of the lane changing model (firstBlocked or lastBlocked)

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