Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Teleports only in case of "Wrong Lane"

There is actually an option to control teleporting for wrong-lane situations. However at the moment it is only active on roads with a speed above 69km/h
(--time-to-teleport.highways)
Using this option it is possible to switch of teleport for jamming and still allow teleports for wrong-lane situations.
You could try with setting another speed threshold (MSLane.cpp:1765)
I'd also accept a patch to make the speed threshold configurable (--time-to-teleport.highways.speed)

Am Sa., 20. Apr. 2019 um 17:37 Uhr schrieb Michael Behrisch <oss@xxxxxxxxxxx>:
Hi Lara,
bad news first: No, I don't think it is possible yet. But actually most
of the time it is not so clearly separated what the reason for the
teleports is. A wrong lane can also occur if the correct lane is blocked
due to heavy traffic, so I think you probably need to resolve them together.

Best regards,
Michael

Am 18.04.19 um 10:51 schrieb Lara CODECA:
> Dear Community,
>
> I'm trying to solve a teleportation issue..
>
> I have a simulation with 50K vehicles and people. It represent a morning rush-hour, so there a re different levels of congestion.
> Thanks to the option <collision.action value="warn"/> I can avoid teleportation on collision.
> Unfortunately I still have many of them:
> Teleports: 1155 (Jam: 521, Yield: 452, Wrong Lane: 182)
>
> From what I understood from the FAQ, "Jam" and "Yield" are related to congestion, and only "Wrong Lane" is actually required to avoid gridlocks on intersections and roundabouts.
>
> Is there a way, varying some parameters, to allow teleportations only for "Wrong Lane"?
> I tried to play with "ignore-junction-blocker", "time-to-teleport", "max-depart-delay", "time-to-impatience" but it didn't work.
>
> Any ideas? Is it even possible?
>
> All the Best!
> Lara
>


_______________________________________________
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