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

Inconsistent behavior concerning edges blocked by rerouters #14203

Closed
behrisch opened this issue Jan 5, 2024 · 3 comments
Closed

Inconsistent behavior concerning edges blocked by rerouters #14203

behrisch opened this issue Jan 5, 2024 · 3 comments
Assignees
Milestone

Comments

@behrisch
Copy link
Contributor

behrisch commented Jan 5, 2024

If the vehicle is already in the simulation when the blocking interval starts there is no error and the vehicle can simply use the rerouter but if the vehicle gets inserted while the blocking is active, I get a route error. This is well documented in https://sumo.dlr.de/docs/Simulation/Rerouter.html#vehicle_behavior_when_closing_a_street but still somehow unexpected and especially hard for the user to check beforehand. Maybe we can at least introduce a command line switch to change it. see also #14195

@namdre
Copy link
Contributor

namdre commented May 6, 2024

commandline option --device.rerouting.mode 8 now fixes this problem.

@namdre namdre closed this as completed May 6, 2024
namdre added a commit that referenced this issue May 6, 2024
@behrisch
Copy link
Contributor Author

@namdre should we maybe change the default here?

@namdre
Copy link
Contributor

namdre commented May 16, 2024

maybe, yes. But there are cases were vehicle behavior would degrade (be less reactive) to permission changes and this might break existing simulations.

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