Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] (no subject)

Currently, the only method to determine departure times is to call traci.simulation.getDepartedIDList in every simulation step and check whether the vehicle of interest is part of that list.

Am Mo., 15. Juni 2020 um 15:56 Uhr schrieb Aristide BAMAZI <aristide.bamazi@xxxxxxxxxxxx>:
Hello sumo users and developers,  actually, i am using TRACI coupled with SUMO, and faced a problem. I add   vehicles dynamically to the simulation with 
< traci.vehicle.add() > method. What I want to know, is it possible to retrieve each vehicle departure time from the simulation after adding it with the above method? If yes how ?  I have checked in < traci.vehicle > object and didn't find anything that can help. Thanks.  
_______________________________________________
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