Skip to main content

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

The traci.simulation.getDepartedIdList() method returns all the vehicles which have departed in the current time step. I'm interested in the IDs of people who have departed in this time step.

I can get a complete list of the IDs of people in the simulation using traci.person.getIDList(), but is it possible to get a list of just the people who have departed? If not, would it be possible to add such an API?

Thanks,
  - Dan


Back to the top