Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Real-time Simulation

No, this is not possible.
If you have to perform a lot of routing, you could start another instance of sumo without traffic, synchronize the travel times periodically and then run your routing queries (traci.simulation.findRoute) in a parallel process on that instance.
regards,
Jakob

2018-04-07 23:39 GMT+02:00 Jonathan Harper <jonathan.v.harper@xxxxxxxxx>:

 

Hello,

 

Is it possible to run traci.simulationStep() at the same time as running other code, e.g. rerouting code, so that the simulation runs in realtime without stopping (to perform other duties such as rerouting)?

 

Thanks,
Jonathan


Virus-free. www.avast.com

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top