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

collision in sublane model when using indirect left turn #8501

Open
namdre opened this issue Apr 16, 2021 · 1 comment
Open

collision in sublane model when using indirect left turn #8501

namdre opened this issue Apr 16, 2021 · 1 comment

Comments

@namdre
Copy link
Contributor

namdre commented Apr 16, 2021

the code in MSLink::getLeaderInfo assumes that links with a higher index are to the left of links with a lower index when computing conflicts between connections from the same lane.
An indirect left turn has a higher index but it's geometry is to the right of the straight movers.

(somewhat related to #8500)

@namdre namdre self-assigned this Apr 16, 2021
namdre added a commit that referenced this issue Apr 18, 2021
namdre added a commit that referenced this issue Jun 1, 2021
@namdre
Copy link
Contributor Author

namdre commented Jun 10, 2021

might be better solved in netconvert by reordering the link indices so that the indirect left turn comes between right and straight connections.
Probably, we need a new connection attribute to guide the automatic geometry-computation and help with re-ordering.

Maybe a new link-direction code would also be helpful to provide better visualization and help with corner cases in the simulation code.

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