Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Waiting time Event Retrieval

There is no systematic output for standing episodes but you can deduce it from --fcd-output with --fcd-output.max-leader-distance:
- when the speed is below 0.1m/s then it will collect waiting time (assuming it doesn't have a planned stop)
- if it has a standing leader vehicle within a short distance, then it's own waiting is due to the leader, otherwise it's waiting at an intersection (i.e. a red light)

regards,
Jakob

Am Mo., 21. Apr. 2025 um 12:44 Uhr schrieb Thomas Carroll via sumo-user <sumo-user@xxxxxxxxxxx>:
Hello,

I was looking around the SUMO output and found that the stop output output from the simulation outputs the expected stop events.

I also noticed in the  trip information output that there is an output for unexpected stops under "waitingTime" and "waitingCount".

I looked around for a similar output for waitingTime as to that of  stop output and have not found anything that describes the events that result in waitingTime increasing. I was wondering if I was missing something or there really is no method yet implemented for storing events that cause unexpected waits.

Thank you very much in advance for any assistance.
Best regards,
Thomas Carroll
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top