Hello all, Does the command:
traci.vehicle.changeLane(vehID="v", laneIndex=0, duration=10) mean that vehicle with ID "v" will try to change lane to lane 0 for the next 10 seconds - until *traci.vehicle.couldChangeLane(vehID="v", direction=+1)* evaluates to True? So if an action is taken by the vehicle at every second, it means it will try to change lane for the next 10 steps (or 10 seconds, since every simulation step = 1s by default). Thank you. Sincerely, Hriday.
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
