Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Number of the pedestrians at the traffic lights

Hello,
for pedestrians it's a bit more complicated because you need to check for their intended pedestrian crossing in case there is more than one at their walkingarea.
You can find an example at https://sumo.dlr.de/docs/Tutorials/TraCIPedCrossing.html

regards,
Jakob

Am Di., 28. Apr. 2020 um 20:55 Uhr schrieb Nikolay Zhmurov <nikolayzhmurov@xxxxxxxxx>:
Hi,

I try to get number of the vehicles and pedestrians at the traffic lights. To obtain the number of the vehicles I used lane area detector along with traci.lanearea.getLastStepVehicleNumber method. As far as I noticed, there is no such a method for the pedestrians. Is there any way to obtain the number of the pedestrians at the traffic lights?

Best regards

Nikolay Zhmurov
_______________________________________________
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