eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.48k stars 1.4k forks source link

avoid orthogonal sliding in default lane change model #4795

Open namdre opened 5 years ago

namdre commented 5 years ago

see #3392

only for non-strategic changes to avoid deadlock configured by setting lcMaxSpeedLatStanding = 0

The user might still wish to disable it for strategic changes and resolve dead-locks via rerouting or teleporting.

namdre commented 5 years ago

LC2013 supports lcMaxSpeedLatStanding and lcMaxSpeedLatFactor when using continous lane-changing but it still doesn't work in all cases #15052