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

Problem when using speed limit estimation and turn restrictions #2914

Open
karussell opened this issue Dec 11, 2023 · 0 comments
Open

Problem when using speed limit estimation and turn restrictions #2914

karussell opened this issue Dec 11, 2023 · 0 comments
Labels

Comments

@karussell
Copy link
Member

karussell commented Dec 11, 2023

Complex turn costs introduce artificial edges and copy the flags. But they won't copy external datastructures like we use for MaxSpeedCalculator (because we don't want to store it long-term, just for the import). But then the max_speed is not infinity but 0 leading to "max_speed cannot be <=0 but was 0.0" for these artificial edges.

@karussell karussell added the bug label Dec 11, 2023
@karussell karussell added this to the 9.0 milestone Dec 11, 2023
@karussell karussell changed the title Problem when using speed limit estimation and turn costs Problem when using speed limit estimation and turn restrictions Dec 11, 2023
karussell added a commit that referenced this issue Dec 16, 2023
@karussell karussell removed this from the 9.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant