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

dead end activates u-turn rules #1710

Open
kianzarrin opened this issue Dec 8, 2022 · 2 comments
Open

dead end activates u-turn rules #1710

kianzarrin opened this issue Dec 8, 2022 · 2 comments
Labels
BUG Defect detected JUNCTION RESTRICTIONS Feature: Junction restrictions LANE ROUTING Feature: Lane arrows / connectors U-Turn

Comments

@kianzarrin
Copy link
Collaborator

creating a dead end connection activates u-turn rule
image
I assume its because dead-end connection is connected to the same segment.

dead end is not uturn so it should not activate uturn. so we should make a exception for it.

@kianzarrin kianzarrin added BUG Defect detected triage Awaiting issue categorisation labels Dec 8, 2022
@krzychu124
Copy link
Member

I think there is a check for connection between lanes of the same segment, so either real u-turn or very similar value of dead-end Maybe just a check if lane is connected to itself should be enough in this case?

@krzychu124 krzychu124 added JUNCTION RESTRICTIONS Feature: Junction restrictions LANE ROUTING Feature: Lane arrows / connectors U-Turn and removed triage Awaiting issue categorisation labels Dec 8, 2022
@kianzarrin
Copy link
Collaborator Author

I feel like lane connector is forcing the rule. otherwise it would not be visible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Defect detected JUNCTION RESTRICTIONS Feature: Junction restrictions LANE ROUTING Feature: Lane arrows / connectors U-Turn
Projects
None yet
Development

No branches or pull requests

2 participants