Dear SUMO-Community,

I switched from traci to libsumo and now it looks like that 
vehicle.isAtBusStop() is not working anymore.

I get an error: type object 'vehicle' has no attribute 'isAtBusStop'

Here is what I do:
import libsumo as traci
vehicle_list = traci.vehicle.getIDList()

        for veh in vehicle_list:

            if traci.vehicle.isAtBusStop(veh):
                              ...

Libsumo does not support subscription. Is isAtBusStop a "hidden" subscription 
maybe?

Thanks

Patrick Goldschmidt


________________________________

Pflichtangaben anzeigen<http://www.deutschebahn.com/pflichtangaben/20190408>

N?here Informationen zur Datenverarbeitung im DB-Konzern finden Sie hier: 
http://www.deutschebahn.com/de/konzern/datenschutz
_______________________________________________
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to