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

Fix problems with checkRewindLinkLanes (trac #913) #913

Open behrisch opened 11 years ago

behrisch commented 11 years ago

see failing tests in tests/sumo/basic/dynamics/avoid_spill_back

another problem: sometimes CRLL doesn't find enough space because of insufficient look-ahead (there aren't enough driveProcessItems). (improved in bbf6378 (aka r14934). hard to say whether it will never show up again but should be much less likely now)

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

{
    "status": "new", 
    "changetime": "2013-10-25T14:27:10Z", 
    "description": "see failing tests in tests/sumo/basic/dynamics/avoid_spill_back\n\n~~another problem: sometimes CRLL doesn't find enough space because of insufficient look-ahead (there aren't enough driveProcessItems).~~ (improved in [14934]. hard to say whether it will never show up again but should be much less likely now)", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1382711230767628", 
    "component": "simulation general (micro)", 
    "summary": "Fix problems with checkRewindLinkLanes", 
    "priority": "major", 
    "keywords": "", 
    "time": "2013-05-30T13:35:01Z", 
    "milestone": "1.0.0", 
    "owner": "namdre", 
    "type": "defect"
}
behrisch commented 11 years ago

@namdre changed description from:

see failing tests in tests/sumo/basic/dynamics/avoid_spill_back

to:

see failing tests in tests/sumo/basic/dynamics/avoid_spill_back

another problem: sometimes CRLL doesn't find enough space because of insufficient look-ahead (there aren't enough driveProcessItems).

behrisch commented 11 years ago

@namdre commented:

see another failing test in bugs/ticket699/sigma

behrisch commented 11 years ago

@namdre changed component from "simulation general (micro)" to "microsim - junctions"

behrisch commented 11 years ago

@namdre changed milestone from "" to "1.0.0"

behrisch commented 11 years ago

see failing tests in tests/sumo/basic/dynamics/avoid_spill_back

another problem: sometimes CRLL doesn't find enough space because of insufficient look-ahead (there aren't enough driveProcessItems).

to:

see failing tests in tests/sumo/basic/dynamics/avoid_spill_back

another problem: sometimes CRLL doesn't find enough space because of insufficient look-ahead (there aren't enough driveProcessItems). (improved in [14934]. hard to say whether it will never show up again but should be much less likely now)

namdre commented 6 years ago

the problem of #1052 shows up in the Stuttgart network where a big intersection is followed by two short edges. It might be mitigated by #4437 but a more solid solution is still needed.

Either the lookahead-distance must be increased or CRLL ignored if the drive items provide insufficient lookahead.

namdre commented 3 years ago

There are two failing tests: