You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context:
I want to stop the vehicle at the beginning of exit edge.
Issue:
Vehicle gets permanently stuck after calling the following code, setStop: traci.vehicle.setStop(vehicle, edgeID = EXIT_EDGE , duration = 10 , pos = 0)
This only affects exit edge. The above code works if the stopping edge is elsewhere on the route.