Re: [sumo-user] Vehicles do not resume driving after a stop using "setStop" in TraCI

2024-04-23 Thread Jakob Erdmann via sumo-user
setting flags=2 in setStop defines a "triggered" stop. The vehicle will only resume after stop_time has passed *and* a person has entered. Setting the flag to 0 will fix this. Am Di., 23. Apr. 2024 um 18:56 Uhr schrieb Belikhov, Danil via sumo-user < sumo-user@eclipse.org>: > Hello, SUMO communit

[sumo-user] Vehicles do not resume driving after a stop using "setStop" in TraCI

2024-04-23 Thread Belikhov, Danil via sumo-user
Hello, SUMO community, I would appreciate any help on my issue. In my scenario, I want vehicles to stop for several seconds when they enter a specific edge and then resume driving. For that, I am using TraCI with the ‘setStop’ function and a dictionary to store the ‘hasStopped’ value for vehic