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.51k stars 1.42k forks source link

invalid identification of edges within joined traffic lights (trac #2156) #2156

Open behrisch opened 8 years ago

behrisch commented 8 years ago

currently, only edges which are incoming as well as outgoing to any of the controlled nodes in the cluster are considered. However, if such an edge would be split with an uncontrolled node neither part would be recognized as being within any longer.

This negatively impacts the heuristics for signal plan generation.

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

{
    "status": "new", 
    "changetime": "2016-04-06T09:28:40Z", 
    "description": "currently, only edges which are incoming as well as outgoing to any of the controlled nodes in the cluster are considered. \nHowever, if such an edge would be split with an uncontrolled node neither part would be recognized as being within any longer.\n\nThis negatively impacts the heuristics for signal plan generation.", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1459934920748470", 
    "component": "net building (NETGEN, NETCONVERT)", 
    "summary": "invalid identification of edges within joined traffic lights", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2016-02-18T07:16:09Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 8 years ago

@namdre changed milestone from "0.26.0" to "1.0.0"