Re: [sumo-user] Sumo Intersection file

2018-04-09 Thread Jakob Erdmann
Hello, there is no such thing at the moment (although there are ideas: https://github.com/DLR-TS/sumo/issues/1622). Maybe this script which generates area-detectors at each traffic light controlled intersection is relevant for you: http://sumo.dlr.de/wiki/Tools/Output#generateTLSE3Detectors.py

Re: [sumo-user] Real-time Simulation

2018-04-09 Thread Jakob Erdmann
No, this is not possible. If you have to perform a lot of routing, you could start another instance of sumo without traffic, synchronize the travel times periodically and then run your routing queries (traci.simulation.findRoute) in a parallel process on that instance. regards, Jakob 2018-04-07

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