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

allow access to StoppingPlaces (trac #3096) #3096

Open behrisch opened 7 years ago

behrisch commented 7 years ago

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

{
    "status": "new", 
    "changetime": "2017-10-12T21:50:21Z", 
    "description": "- idlist\n- lane, pos\n- stopped vehicles\n- stop-specific attributes (using special getParameter calls)\n - capacity\n - charging attributes\n - lines\n - waiting persons", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1507845021289929", 
    "component": "TraCI", 
    "summary": "allow access to StoppingPlaces", 
    "priority": "major", 
    "keywords": "conference2017", 
    "time": "2017-05-12T06:46:13Z", 
    "milestone": "1.1.0", 
    "owner": "", 
    "type": "enhancement"
}
behrisch commented 7 years ago

@namdre committed 5d255c1 (aka r26461): added support for retrieving additional object paramaters. refs #3096

namdre commented 4 years ago

via #6147