Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Stopping a vehicle on a road for a certain amount of time

Use sumo-gui to check why the vehicle is still stopping: https://sumo.dlr.de/docs/sumo-gui.html#showing_routes_and_route-related_information

Am Do., 16. Juli 2020 um 17:32 Uhr schrieb Padisala, Shanthan Kumar <padisala.1@xxxxxxxxxxxxxxxxxxx>:
Dear All,

I am trying to stop a certain vehicle when on a certain road, for a specific duration of time. May I know how I can achieve this?

I tried this command:
traci.vehicle.setStop(vehID = 'V_main',edgeID = 'gneE454',duration = 300)

But somehow even after 300 secs, the vehicle is not moving again. 

Thank you,
PSK
_______________________________________________
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