Skip to main content

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

Thank you Jakob

On Mon, 9 Jul 2018 at 16:32, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
The 5th letter in every state is 'r'. This means that one of the connections has a red light all the time. To see the index value for every connection in SUMO-GUI, refer to http://sumo.dlr.de/wiki/Simulation/Traffic_Lights#Signal_state_definitions

regards,
Jakob


2018-07-09 16:59 GMT+02:00 Jose Monreal Bailey <jmonreal@xxxxxxxxx>:
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é

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

Back to the top