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.46k stars 1.39k forks source link

Allow stops to be delayed to ensure transfer protection #5092

Open namdre opened 5 years ago

namdre commented 5 years ago

currently, this could be modeled by putting a dummy person in the first train and defining the the stop of the second train with a trigger (<stop ... expected="dummy"/>) on that person as well as a duration/until

This ought to be quite flexible but some steps should be taken to distinguish the dummy person from a regular person. (add person attribute to model the number of seats occupied so it can be set to 0 for that person).

namdre commented 5 years ago

This only allows strict synchronization. Useful extensions could be to ignore the trigger eventually (#3635) or to ignore it if the foreseeable delay is too high. The latter would be much more difficult due to the need to forecast delay.