You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when there are two parallel (left turn) connections with internal junctions, the moveToXY fails to find all the secondary internal edges.
The function Helper::findCloserLane only looks at parallel lanes of the given edge but the part after the internal junction is modeled with two distinct edges.
Partially responsible for the inconsistency that causes crashing in #12063
The text was updated successfully, but these errors were encountered:
when there are two parallel (left turn) connections with internal junctions, the moveToXY fails to find all the secondary internal edges.
The function
Helper::findCloserLane
only looks at parallel lanes of the given edge but the part after the internal junction is modeled with two distinct edges.Partially responsible for the inconsistency that causes crashing in #12063
The text was updated successfully, but these errors were encountered: