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.49k stars 1.41k forks source link

detector output is inconsisten with netstate-output (trac #2105) #2105

Open behrisch opened 8 years ago

behrisch commented 8 years ago

currently, detectors assume that a position that is shown at time t is reached during [t,t+1].

This conflicts with the timing of lane changes which take place after movements but are finished at time t (and thus must happen between [t-1,t].

related to #1463

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

{
    "status": "assigned", 
    "changetime": "2016-04-06T08:35:34Z", 
    "description": "currently, detectors assume that a position that is shown at time t is reached during [t,t+1]. \n\nThis conflicts with the timing of lane changes which take place after movements but are finished at time t (and thus must happen between [t-1,t].\n\nrelated to #1463\n\n", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1459931734343870", 
    "component": "simulation data output", 
    "summary": "detector output is inconsisten with netstate-output", 
    "priority": "major", 
    "keywords": "", 
    "time": "2016-01-18T15:34:42Z", 
    "milestone": "1.0.0", 
    "owner": "behrisch", 
    "type": "defect"
}
behrisch commented 8 years ago