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

crash when using vTypeprobe, fcd-output, full-output or emission-output (trac #1505) #1505

Closed behrisch closed 7 years ago

behrisch commented 9 years ago

the crash happens when attempting to retrieve the x,y-position based on the current lane. This should be fairly easy to fix with some ifdefs.

Most output tests are currently disabled and should be switched back on once this is fixed

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

{
    "status": "closed", 
    "changetime": "2014-11-28T14:47:05Z", 
    "description": "the crash happens when attempting to retrieve the x,y-position based on the current lane. This should be fairly easy to fix with some ifdefs.\n\nMost output tests are currently disabled and should be switched back on once this is fixed", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "fixed", 
    "_ts": "1417186025050599", 
    "component": "simulation general (meso)", 
    "summary": "crash when using vTypeprobe, fcd-output, full-output or emission-output", 
    "priority": "major", 
    "keywords": "", 
    "time": "2014-11-19T14:52:31Z", 
    "milestone": "0.23.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 9 years ago

@namdre changed summary from "crash when using vTypeprobe" to "crash when using vTypeprobe, fcd-output or full-output"

behrisch commented 9 years ago

@namdre changed description from:

the crash happens when attempting to retrieve the x,y-position based on the current lane. This should be fairly easy to fix with some ifdefs.

to:

the crash happens when attempting to retrieve the x,y-position based on the current lane. This should be fairly easy to fix with some ifdefs.

Most output tests are currently disabled and should be switched back on once this is fixed

behrisch commented 9 years ago

@namdre changed summary from "crash when using vTypeprobe, fcd-output or full-output" to "crash when using vTypeprobe, fcd-output, full-output or emission-output"

behrisch commented 9 years ago

@namdre committed 256c1d4 (aka r17378): disabling some meso tests because cause debugger-pop-ups under windows. refs #1505

behrisch commented 9 years ago

@behrisch committed 8be626d (aka r17390): additional meso outputs, refs #21, #1505

behrisch commented 9 years ago

@behrisch committed 8130ff7 (aka r17392): enabling meso outputs, refs #1505

behrisch commented 9 years ago

there are still improvements possbile especially when calculating the position (see getPositionOnLane in MEVehicle), furthermore the E2/E3 detectors possibly need some treatment as well

behrisch commented 9 years ago

@www-data committed ef8a401 (aka r17398): adapting schemata to new meso outputs, refs #1505, #2