Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Implementing Bus prioritisation

any chances you can point me to that branch? I am actually half way
through the logic, but didn't actually know how I can make sure of
this point you have noted below. I thought I could add another E1
detector after the intersection, but here seems to be more elegant
solution:

prolong until public vehicle has passed the default lane detector
(must use loop->collectVehiclesOnDet) -> this activates the default
phase-prolongation to ensure that the public vehicle enters the
intersection

On Wed, Feb 21, 2024 at 10:55 AM Jakob Erdmann via sumo-user
<sumo-user@xxxxxxxxxxx> wrote:
>
> We don't have any tools for this yet.
> It shouldn't be too hard to hack a python script that generates traffic light xml with custom switch rules for prioritization.
> However, we also plan to add this as a direct feature (https://github.com/eclipse-sumo/sumo/issues/9163), There was even some work started in a branch that one might pick up on.
>
>
> Am Mi., 21. Feb. 2024 um 10:29 Uhr schrieb Sasan Amini via sumo-user <sumo-user@xxxxxxxxxxx>:
>>
>> Dear all,
>>
>> has anyone experience with implementing bus prioritisation on a
>> network level? The logic for one intersection is explained here:
>> https://sumo.dlr.de/docs/Simulation/Traffic_Lights.html#bus_prioritization
>> But my question is how can we scale this to a large network? Are there
>> already some tools available?
>>
>> Best,
>> Sasan
>> _______________________________________________
>> 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