Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Getting warning on TrafficLights program

Hello everyone,

I am getting the following warning,

Loading configuration... done.
Loading net-file from 'drhe.net.xml'... done (12ms).
Warning: Missing green phase in tlLogic 'B1', program '0' for tl-index 4
Loading additional-files from 'drhe.poly.xml'... done (20ms).
Loading done.

The program I have is the following,

<tlLogic id="B1" type="static" programID="0" offset="12">
   <phase duration="47" state="rrrrrggggrrrrrrggggrgrgr"/>
   <phase duration="3" state="rrrrryyyyrrrrrryyyyryryr"/>
   <phase duration="37" state="ggggrrrrrrggggrrrrrrrgrg"/>
   <phase duration="3" state="yyyyrrrrrryyyyrrrrrrryry"/>
</tlLogic>

Any insights anyone that could lead me to the right track?

Best regards,
José

Back to the top