Re: [sumo-user] Vehicle.rerouteTravelTime() currentTravelTimes

2018-04-09 Thread Jakob Erdmann
Hello, The difference between setting parameter currentTravelTimes to True or False is only apparent when there is congestion in the network. With 'False', empty-network travel times are used (or times loaded via option --weight-files). With 'True', travel times are set to current average travel

[sumo-user] Vehicle.rerouteTravelTime() currentTravelTimes

2018-04-08 Thread Jonathan Harper
Hello, I’m using Traci to interface with SUMO. I’m currently trying to reroute vehicles based on travel time, to do this I’ve decided to change the vehicle’s travel time for an edge using setAdaptedTraveltime() and then rerouting using vehicle.rerouteTravelTime(). I’ve noticed there’s been a