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

check inclane@tl-logic usage (trac #190) #190

Closed behrisch closed 6 years ago

behrisch commented 14 years ago

What are "incLanes" needed for in a traffic light? It seems as these would only be used for placing detectors for actuated/agentbased traffic lights in the simulation. There seems to be no other functionality. They should be removed from the network and if needed by actuated/agentbased traffic lights collected by these themselves.

'''At first, it should be investigated whether incoming lanes can really be removed.'''

Work would incorporate:

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

{
    "status": "closed", 
    "changetime": "2013-05-28T08:33:12Z", 
    "description": "What are \"incLanes\" needed for in a traffic light? It seems as these would only be used for placing detectors for actuated/agentbased traffic lights in the simulation. There seems to be no other functionality. They should be removed from the network and if needed by actuated/agentbased traffic lights collected by these themselves.\n\n'''At first, it should be investigated whether incoming lanes can really be removed.'''\n\nWork would incorporate:\n * do not compute incoming lanes in netbuild, do not write them, too\n * do not load incoming lanes in netload, remove their allocation in traffic lights\n * add a method to traffic lights which allow to collect participating lanes.", 
    "reporter": "dkrajzew", 
    "cc": "", 
    "resolution": "invalid", 
    "_ts": "1369729992000000", 
    "component": "other (also unclassified)", 
    "summary": "check inclane@tl-logic usage", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2010-01-19T09:41:51Z", 
    "milestone": "1.0.0", 
    "owner": "dkrajzew", 
    "type": "enhancement"
}
behrisch commented 14 years ago

@bjhend commented:

I do not know the details of traffic lights in SUMO yet but I plan to do some simulations with wireless communication between traffic lights and vehicles using TraCI. For this I will need the information which vehicles approach a traffic light, i. e., which vehicles are on the incoming lane of a traffic light. So please leave a reasonable way to get that information.

behrisch commented 14 years ago
behrisch commented 14 years ago

@behrisch changed milestone from "1.0.0" to "0.12.1"

behrisch commented 14 years ago

@lbieker changed milestone from "0.12.1" to "1.0.0"

behrisch commented 14 years ago

probably outdated