sumo icon indicating copy to clipboard operation
sumo copied to clipboard

traci delay control

Open behrisch opened this issue 6 years ago • 3 comments

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.

behrisch avatar Apr 05 '19 10:04 behrisch

Hi! Is there perhaps any progress on this issue?

jmlouw avatar May 20 '24 17:05 jmlouw

No but in most cases you can easily control the gui delay by adding a sleep before traci.simulationStep

namdre avatar May 21 '24 06:05 namdre

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.

jmlouw avatar Jul 22 '24 12:07 jmlouw