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.57k stars 1.44k forks source link

allow rerouters with explicit detours #7197

Open namdre opened 4 years ago

namdre commented 4 years ago

Currently, rerouters can either

To model detour signs it would be helpful to replace only specific route sections: <detourReroute edges="e1 e2" replace="e3 e4 e5"/> any vehicle with edges sequence "e1 e2" in their remaining route has that sequence replaced by "e3 e4 e5".

palvarezlopez commented 4 years ago

@namdre also in NETEDIT?

namdre commented 4 years ago

eventually, once the feature is working in SUMO as expected. I would add another ticket then.