Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] Sumo extension : traci.simulation.getBusStopWaitingIDList

Hi,
I needed for my project to retreive the IDs of the persons at a bus stop via TraCI. Since it wasn't possible, i added that feature into  both SUMO and TraCi's source code.

So it became possible to do the following in TraCI : 

traci.simulation.getBusStopWaitingIDList(stopId) 

to retrieve the IDs of the persons at a bus stop.

Retards,

Tarek CHOUAKI,
IRT SystemX.


Back to the top