Hi,
you can either use:
traci.vehicle.add('veh0', 'route0', traci.vehicle.DEPART_TRIGGERED) or
traci.vehicle.addFull('veh0', 'route0', depart='triggered')

Best regards,
Michael

Am 17.12.2015 um 22:43 schrieb Andres Felipe Acosta Gil:
> Dear SUMO community.
> 
> Is there any way to trigger a vehicle's departure time through TraCI?, I
> mean, if I have a routes file with:
> 
> <vehicle depart="triggered" id="veh0" route="route0" type="Car" />
> 
> Then, is there a TraCI command like traci.vehicle.triggerDepart('veh0')?
> 
> Best Regards.
> 


------------------------------------------------------------------------------
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to