Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] bus stop

You can update the duration of the current/next vehicle stop by calling traci.vehicle.setStop with the same location parameters and a new duration value. For stops beyond that, you can use traci.vehicle.replaceStop.

Am Do., 17. Juni 2021 um 15:21 Uhr schrieb zineb Chenini <zinebchenini8@xxxxxxxxx>:
Hi everyone,
Is it possible to modify the value of the attribute ''duration'' (<stop busStop="station2" duration="60"/> ) in real time of the simulation?
i.e. to enter its value at each cycle of the simulation.
Thank you in advance
_______________________________________________
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