Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] stopping at the rightmost of the outer lane

Most likey, the vehicles performed this lateral movement to increase the lateral gap to overtaking vehicles.
Here are some things that may help
- set lcLaneDiscipline="1" to avoid overtaking between lanes
- let latAlignment="right" for the vehicles that should stop right-aligned

regards,
Jakob

Am Do., 10. März 2022 um 15:54 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
I add this kind of vehicle (the blues) with traci.vehicle.add() and then make them stop by traci.vehicle.setStop() while the attribute 'posLat'  is not defined there.


On Thu, Mar 10, 2022 at 1:29 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:

Am Do., 10. März 2022 um 10:46 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
Hi everyone,
In my scenario, there is a route having two lanes. I want to simulate a flow in which a specified vehicle (blue cars) stops at the rightmost of the outer lane (e2_1) but I see that some of them choose the leftmost of the mentioned lane as shown in the attached picture. what is the solution?
Best regards,
Ali
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
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