[sumo-user] Data from simulation

2018-06-10 Thread Daniele Uboldi via sumo-user
Hi everybody! I was wondering if it's possible to access data from a certain simulation, for example to know when a vehicle/person pass through a specific node or anything similar; is there a way to do this? Thank you in advance for the help! Daniele

Re: [sumo-user] Data from simulation

2018-06-10 Thread Mirko Barthauer
Did you have a look at http://sumo.dlr.de/wiki/TraCI and the provided functions (see http://www.sumo.dlr.de/daily/pydoc/traci.html for the Python interface)? Still, you would have to write some code for your specific purpose. Mirko Am 10.06.2018 um 11:44 schrieb Daniele Uboldi via sumo-user:

[sumo-user] Help: Strange delays with triggered vehicles.

2018-06-10 Thread Lara CODECA
Dear All, I have some strange simulation results.. My sim starts at time 18000.00 and I need to use TraCI to retrieve some information. In the summary, the first timestamp has meanWaitingTime="18000.00". The route file contains (among others): In the tripinfo, I can

Re: [sumo-user] Data from simulation

2018-06-10 Thread Jakob Erdmann
Hello, sumo can export vehicle trajectories for all vehicles (and also for a configurable subset when using the latest development version). See http://sumo.dlr.de/wiki/Simulation/Output/FCDOutput#Instantiating_within_the_Simulation regards, Jakob 2018-06-10 13:02 GMT+02:00 Mirko Barthauer : > Di