-
Notifications
You must be signed in to change notification settings - Fork 32
/
intersection.rou.xml
18 lines (15 loc) · 1.45 KB
/
intersection.rou.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<routes>
<vType id="car" type="passenger" length="5" accel="3.5" decel="2.2" sigma="1.0"/>
<flow id="carflow01" type="car" beg="0" end="9999" probability="0.10" from="-gneE0" to="gneE1" departLane="1" />
<flow id="carflow02" type="car" beg="0" end="9999" probability="0.06" from="-gneE0" to="gneE2" departLane="0" />
<flow id="carflow03" type="car" beg="0" end="9999" probability="0.06" from="-gneE0" to="gneE3" departLane="0" />
<flow id="carflow10" type="car" beg="0" end="9999" probability="0.06" from="-gneE1" to="gneE0" departLane="0"/>
<flow id="carflow12" type="car" beg="0" end="9999" probability="0.10" from="-gneE1" to="gneE2" departLane="1"/>
<flow id="carflow13" type="car" beg="0" end="9999" probability="0.06" from="-gneE1" to="gneE3" departLane="0"/>
<flow id="carflow21" type="car" beg="0" end="9999" probability="0.06" from="-gneE2" to="gneE1" departLane="0"/>
<flow id="carflow20" type="car" beg="0" end="9999" probability="0.06" from="-gneE2" to="gneE0" departLane="0"/>
<flow id="carflow23" type="car" beg="0" end="9999" probability="0.10" from="-gneE2" to="gneE3" departLane="1"/>
<flow id="carflow31" type="car" beg="0" end="9999" probability="0.06" from="-gneE3" to="gneE1" departLane="0"/>
<flow id="carflow32" type="car" beg="0" end="9999" probability="0.06" from="-gneE3" to="gneE2" departLane="0"/>
<flow id="carflow30" type="car" beg="0" end="9999" probability="0.10" from="-gneE3" to="gneE0" departLane="1"/>
</routes>