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

Allow triggering of rerouting devices based on cumulated waiting time (trac #1000) #1000

Open behrisch opened 11 years ago

behrisch commented 11 years ago

This can be used to model vehicles reacting to a jam. see #999

Idea for an option: --device.rerouting.waiting-time

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

{
    "status": "new", 
    "changetime": "2016-09-06T06:04:04Z", 
    "description": "This can be used to model vehicles reacting to a jam. see #999\n\nIdea for an option: --device.rerouting.waiting-time <seconds>", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1473141844814033", 
    "component": "simulation general (micro)", 
    "summary": "Allow triggering of rerouting devices based on cumulated waiting time", 
    "priority": "major", 
    "keywords": "", 
    "time": "2013-08-20T12:02:47Z", 
    "milestone": "1.1.0", 
    "owner": "", 
    "type": "enhancement"
}
behrisch commented 11 years ago

This can be used to model vehicles reacting to a jam. see #999

to:

This can be used to model vehicles reacting to a jam. see #999

Idea for an option: --device.rerouting.waiting-time

behrisch commented 11 years ago

@behrisch changed milestone from "" to "1.1.0"

behrisch commented 11 years ago

@namdre commented:

if vehicles are stuck on a lane that does not continue their route (as in the wrong-lane-teleport case), a route that does not require lane-changing should be considered even if it takes longer than a route with immediate lane-changing (impossible at on-ramps but plausible in an urban context)