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.55k stars 1.43k forks source link

decouple trip-routing from rerouting-device usage (trac #3323) #3323

Open behrisch opened 7 years ago

behrisch commented 7 years ago

it should be possible to load trips and let only some of them perform subsequent rerouting after the setting the initial route.

Migrated from http://sumo.dlr.de/ticket/3323

{
    "status": "new", 
    "changetime": "2017-07-31T10:28:52Z", 
    "description": "it should be possible to load trips and let only some of them perform subsequent rerouting after the setting the initial route.", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1501496932810078", 
    "component": "simulation data input", 
    "summary": "decouple trip-routing from rerouting-device usage", 
    "priority": "major", 
    "keywords": "", 
    "time": "2017-07-31T10:28:52Z", 
    "milestone": "1.1.0", 
    "owner": "", 
    "type": "enhancement"
}
namdre commented 6 years ago

it would be fairly easy to run equippedByDefaultAssignmentOptions() in MSDevice_Routing::notifyEnter. what should be the default? a) trips only get initial routing unless a device is explicitly set b) trips always get rerouting unless explicitly disabled