Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Actuated Traffic Light Configuration

Hi,

Yes, we can. We may change it in the <detector-gap> attribute in the
net file. The official documentation can be found here:
https://sumo.dlr.de/docs/Simulation/Traffic_Lights.html

Best Regards.

On 12/28/20, Prithvi Bagul <prithvibagul@xxxxxxxxx> wrote:
> Respected sumo user,
>
>
> Can we modify the position of detector for actuated type of signal.
>
> On Thu, 17 Dec 2020, 11:48 E Huan Chen, <colaaddict96@xxxxxxxxx> wrote:
>
>> Hi all,
>>
>> I wanted to set up an actuated traffic signal controller, and from the
>> official documentation, this was the standard:
>>
>> <tlLogic id="0" programID="my_program" offset="0" type="actuated">
>>   <param key="max-gap" value="3.0"/>
>>   <param key="detector-gap" value="2.0"/>
>>   <param key="passing-time" value="2.0"/>
>>   <param key="vTypes" value=""/>
>>   <param key="show-detectors" value="false"/>
>>   <param key="file" value="NULL"/>
>>   <param key="freq" value="300"/>
>>
>>   <phase duration="31" minDur="5" maxDur="45" state="GGggrrrrGGggrrrr"/>
>>   ...
>> </tlLogic>
>>
>> The max-gap seems to be the same for all phases. Is it possible for me
>> to customize gap-time for different lanes/phases? For example, 2
>> seconds gap time for phase 1 and 3 seconds gap time for phase 2. Thank
>> you in advance!
>>
>> Best Regards
>> _______________________________________________
>> 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