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

vehicles always drive at yellow (trac #1489) #1489

Open behrisch opened 10 years ago

behrisch commented 10 years ago

it may be more realistic but it is inconsistent with micro behavior

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

{
    "status": "new", 
    "changetime": "2015-08-21T10:51:21Z", 
    "description": "it may be more realistic but it is inconsistent with micro behavior", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1440154281099797", 
    "component": "simulation general (meso)", 
    "summary": "vehicles always drive at yellow", 
    "priority": "major", 
    "keywords": "", 
    "time": "2014-11-10T15:02:35Z", 
    "milestone": "2.0.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 10 years ago

@namdre commented:

Problem: micro vehicles sometimes drive at yellow depending on the speed and distance to the stop line at the time of switching to yellow. This cannot be reproduced in an event based simulation without maintaining information about the current phase duration (which is currently not supported by the TLS API).

behrisch commented 10 years ago

@namdre committed 4ce8a32 (aka r17329): links can now report on the time of their last state change. refs #1489

behrisch commented 10 years ago

@behrisch changed milestone from "0.23.0" to "0.24.0"

behrisch commented 10 years ago

@behrisch changed milestone from "0.24.0" to "2.0.0"