Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/jtrrouter/bugs/2149069_internal_edges/input_turns.turns.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<turns xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/turns_file.xsd">
3
<interval begin="0" end="10000">
4
<!-- at the first junction, do not drive straight -->
5
<fromEdge id="beg">
6
<toEdge id="beg2left" probability=".5"/>
7
<toEdge id="middle" probability="0.5"/>
8
</fromEdge>
9
</interval>
10
</turns>
11
12