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

Problems with detectors (trac #881) #881

Closed behrisch closed 6 years ago

behrisch commented 11 years ago

some vehicles do not register when leaving the detector (skewing the results) while other vehicles are registered leaving twice (causing warnings about leaving without entering)

I've seen the problem with entryExitDetector but it is probably related to moveReminders and thus affects all detectors.

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

{
    "status": "closed", 
    "changetime": "2013-04-19T07:03:46Z", 
    "description": "~~some vehicles do not register when leaving the detector (skewing the results)~~ while other vehicles are registered leaving twice (causing warnings about leaving without entering)\n\nI've seen the problem with entryExitDetector but it is probably related to moveReminders and thus affects all detectors.", 
    "reporter": "namdre", 
    "cc": "behrisch", 
    "resolution": "fixed", 
    "_ts": "1366355026000000", 
    "component": "simulation data output", 
    "summary": "Problems with detectors", 
    "priority": "major", 
    "keywords": "", 
    "time": "2013-04-09T15:50:18Z", 
    "milestone": "0.17.0", 
    "owner": "namdre", 
    "type": "defect"
}
behrisch commented 11 years ago

some vehicles simply wait very long at the junction and are registered as leaving eventually

some vehicles do not register when leaving the detector (skewing the results) while other vehicles are registered leaving twice (causing warnings about leaving without entering)

I've seen the problem with entryExitDetector but it is probably related to moveReminders and thus affects all detectors.

to:

some vehicles do not register when leaving the detector (skewing the results) while other vehicles are registered leaving twice (causing warnings about leaving without entering)

I've seen the problem with entryExitDetector but it is probably related to moveReminders and thus affects all detectors.

behrisch commented 11 years ago

@namdre commented:

the vehicles recorded as leaving twice perform a lane change prior to their detection. It seems that the move reminders from both lanes trigger the leave event.

behrisch commented 11 years ago

fixed in 14831a7 (aka r13622)

behrisch commented 11 years ago

@namdre commented:

a problem where inductionLoops and instantInductionLoops failed to detect vehicles was fixed in 38c8e88 (aka r13657).