Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] SUMO Output Prior v1.0

"tripinfo-output attribute waitSteps which counts the number of simulation steps in which the vehicle was below a threshold speed of 0.1m/s was replaced by attribute waitingTime which measures the same time in seconds. This gives results which are independent of the --step-length simulation parameter"

The timeLoss and duration values were always in seconds.
You can check this in the code of src/microsim/devices/MSDevice_Tripinfo.cpp for the various releases: https://github.com/eclipse/sumo/releases

regards,
Jakob

Am Di., 27. Nov. 2018 um 10:55 Uhr schrieb Jose Monreal Bailey <jmonreal@xxxxxxxxx>:
Hello everyone,

The output of SUMO for tripinfo_duration, waiting_time, time_loss prior v1.0 in what units was it? seconds? miliseconds? 10*seconds?

How can I check in the code that?

Best regards, 
Jose
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top