sumo
sumo copied to clipboard
access running statistics of tripinfo device
using traci.vehicle.getParameter("device.tripinfo.X")
for all the attributes X being collected that are not retrievable otherwise
- depart
- departLane
- departPos
- departSpeed
- departDelay
- duration
- stopTime
- rerouteNo
an alternative way for solving #9891 would be to cache these values (including arrival values) in the tripinfo-device for 1 extra simulation step and make them available via the parameter api even after the vehicle has been destroyed.