Skip to main content

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

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


Back to the top