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 <[email protected]>: > > > 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 > > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> > Virus-free. > www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> > <#m_3915344681533228739_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
