sumo
sumo copied to clipboard
traci delay control
Allow to set the GUI delay via traci. The use case is a co-simulation framework with a central timing engine which may run arbitrarily fast or slow. To have the GUI at least somehow in synch also between the synchronization point the delay needs to be adapted.
Hi! Is there perhaps any progress on this issue?
No but in most cases you can easily control the gui delay by adding a sleep before traci.simulationStep
Thanks for the feedback. I'm currently using sleep to slow down multiple simulations that are synchronised. It is however not as smooth as using the --delay argument in SUMO. So where I can I opt to rather use SUMO itself to slow down the simulation - just because to my eye it looks visually smoother.