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.51k stars 1.42k forks source link

railway routing fails if the stop is defined after reversing on a short buffer edge #13246

Open namdre opened 1 year ago

namdre commented 1 year ago

the stop is reachable if the vehicle is short enough (not longer than the stop edge). In some sense the failure is correct because the stop position and direction implies where the rest of the train should be (and it doesn't fit there). Hower, it's hard for the user to deal with.

Suggestions:

namdre commented 1 year ago

could also be fixed via #5115 (simply making all stops long enough by specifying multiple sequential lanes)