Re: [sumo-user] stop_output not updating correctly with TraCI

2024-04-14 Thread Buddini Wanasooriya via sumo-user
I have been able to resolve the issue with your help. Thank You. Regards, Buddini On Sun, Apr 14, 2024 at 8:37 PM Jakob Erdmann via sumo-user < sumo-user@eclipse.org> wrote: > The difference is caused by having two different simulations: > - The first simulation is run with traci control (traci.

Re: [sumo-user] stop_output not updating correctly with TraCI

2024-04-14 Thread Jakob Erdmann via sumo-user
The difference is caused by having two different simulations: - The first simulation is run with traci control (traci.start, ... traci.lane.setAllowed, ... traci.close() and reflects the use of the BPL - The second simulation is run with subprocess.run and doesn't have the BPL. Your first simulati