Reputation: 115
I want to run a SUMO simulation consecutively with different scenarios 100 times. I am using my hand to close the GUI while the current run is finished and to start the next simulation. So, I am looking for a way by which there is no need to apply the user's hand even for a short touch between two successive runs by pressing close the GUI of the previous run and starting button for the current run. Your help is appreciated. Regards, Ali p.s. I have just put a loop around my existing script to do the same thing 100 times.
Upvotes: 2
Views: 821
Reputation: 3680
sumo-gui
has the options --start
and --quit-on-end
which probably do what you want.
Upvotes: 1