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

emergency stop when closing edge dynamically (trac #2193) #2193

Open behrisch opened 8 years ago

behrisch commented 8 years ago

current behavior somewhat models instantly collapsing bridges: upstream vehicles really need to stop hard. However, in most cases a road closing would be more gradual and only apply to vehicles that are able to stop.

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

{
    "status": "new", 
    "changetime": "2016-04-06T09:02:18Z", 
    "description": "current behavior somewhat models instantly collapsing bridges: upstream vehicles really need to stop hard. However, in most cases a road closing would be more gradual and only apply to vehicles that are able to stop.", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1459933338738231", 
    "component": "simulation general (micro)", 
    "summary": "emergency stop when closing edge dynamically", 
    "priority": "major", 
    "keywords": "", 
    "time": "2016-03-14T10:05:40Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 8 years ago

ignoring if too fast is probably more realistic

namdre commented 6 years ago

Now vehicles can use emergencyDecel and avoid the emergency stop warning message.