Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/tutorial/traci_pedestrian_crossing/data/pedcrossing.tll.xml
169720 views
1
<tlLogics version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tllogic_file.xsd">
2
3
<tlLogic id="C" type="static" programID="custom" offset="0">
4
<phase duration="100000" state="GGGGr"/> <!-- do not switch vehicle phase automatically -->
5
<phase duration="4" state="yyyyr"/>
6
<phase duration="10" state="rrrrG"/>
7
<phase duration="10" state="rrrrr"/> <!-- give pedestrians time to clear the intersection -->
8
</tlLogic>
9
</tlLogics>
10
11