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

speed deviations for persons (trac #3517) #3517

Closed behrisch closed 2 years ago

behrisch commented 7 years ago

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

{
    "status": "new", 
    "changetime": "2017-10-20T16:24:47Z", 
    "description": "* should be calculated only once for every person (not once for every walk)\n* should be respected by TraCI as well", 
    "reporter": "behrisch", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1508516687431583", 
    "component": "simulation data input", 
    "summary": "speed deviations for persons", 
    "priority": "major", 
    "keywords": "", 
    "time": "2017-10-18T13:27:12Z", 
    "milestone": "1.0.0", 
    "owner": "", 
    "type": "defect"
}
behrisch commented 7 years ago

@behrisch committed 6519e14 (aka r26640): refactoring speed handling and person route output, refs #3517

namdre commented 6 years ago

Speedfactor only exists once in the person. The value is not yet accessible via TraCI

namdre commented 2 years ago

person.getSpeedFactor and setSpeedFactor were implemented in #8576