Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Vehicle stop line

The vehicle behavior comes from https://sumo.dlr.de/docs/Simulation/Intersections.html#junction_blocking
In this case, the behavior is wrong due to a known bug when building intersection rules (https://github.com/eclipse/sumo/issues/4437)
You can work around this by editing the network and setting junction attribute keepClear=False at the junction that vehicles are trying to keep clear.

regards,
Jakob

Am Mi., 11. Dez. 2019 um 08:40 Uhr schrieb Albert Jeans <ajeans2@xxxxxxxxx>:
Hi SUMO Users,

I'm still relatively new at this. I recently encountered some odd vehicle behavior when approaching a junction (intersection) preceded by a junction which provides a merge in the opposite direction. Here's the network in NETEDIT:
image.png
Here is what happens in SUMO-GUI:
image.png
The southbound vehicles consistently leave a gap by stopping at the white line. You can see this doesn't happen to the westbound vehicles.

It's not that big a deal, but has anyone seen this problem before?

Thanks,
Albert Jeans

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top