The traci.simulation.getDepartedIdList() <http://www.sumo.dlr.de/daily/pydoc/traci._simulation.html#SimulationDomain-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
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
