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

Wrong offset calculations in lane widths for junctions with multiple lanes #171

Open
fdtmbartelt opened this issue Jul 18, 2023 · 4 comments

Comments

@fdtmbartelt
Copy link

By testing the CommonJunctionCreator I found an issue while using multiple lanes with different widths.
grafik
The connection with only one lane works perfect, but if I added an additional lane the calculation for the lane offset seems to be incorrect, because the wrong width is used.
grafik
For testing this issue I upload the following python file as txt
Complex_Junctiontest.txt
It would be very nice if someone could confirm the behavior or describe a workaround that fixes the issue.

@MandolinMicke
Copy link
Collaborator

Yes, this is a known limitation that I would like to fix, but it will require a big refactorization, hence I haven't done it yet..

@mander76
Copy link
Collaborator

There was a pull request about this recently, #191 (not released yet on pypi)
Could you try if that solves your problem aswell?

@fdtmbartelt
Copy link
Author

I'll try it out, thank you very much.

@MandolinMicke
Copy link
Collaborator

Can you confirm that the latest updates has fixed your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants