Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] repeat simulation

if the simulation was called with
traci.start([sumo, option1, option2, ...])
you can repeat it with
traci.load([option1, option2, ...])

Am Mo., 20. Dez. 2021 um 08:01 Uhr schrieb amir kr <amirhkr1995@xxxxxxxxx>:
Hello everyone,
I want to know can I repeat a simulation using TRACI automatically. for example:
if (condition):
    repeat simulation
else: 
     finish 

_______________________________________________
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