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

avoid pedestrians missing their pt ride #14653

Closed namdre closed 6 months ago

namdre commented 6 months ago

intermodal routing must take into account time loss at traffic lights

observable in the webwizard scenario

namdre commented 6 months ago
namdre commented 6 months ago

there is still on pedestrian who misses the ride but this one doesn't have any tls on the way. Instead it's generated with a speedFactor of 0.76 whereas the default persontrip.walkfactor is 0.75 due to pedestrian dawdling the actual speed is lower than 0.75 of the default routing speed. This should be handled via #4353