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

train routing disregards switches when routing without internal links #6854

Open
namdre opened this issue Mar 31, 2020 · 1 comment
Open

Comments

@namdre
Copy link
Contributor

namdre commented Mar 31, 2020

when internal lanes are available their speed settings can be used to penalize switches during route search. When they are missing, bad routes may be selected.

@namdre
Copy link
Contributor Author

namdre commented Apr 1, 2020

solution:

  • use a network with internal lanes but set sumo option --no-internal-links
  • use the internal lanes in the routing graph while ignoring them in the final cost computation (and of course in the simulation)

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