Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/jtrrouter/tri.nod.xml
169671 views
1
<nodes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/nodes_file.xsd">
2
3
<node id="absBeg" x="0" y="-400" type="priority"/>
4
5
<node id="begleft" x="-50" y="-200" type="priority"/>
6
<node id="beg" x="0" y="-200" type="priority"/>
7
<node id="begright" x="50" y="-200" type="priority"/>
8
9
<node id="endleft" x="-50" y="200" type="priority"/>
10
<node id="end" x="0" y="200" type="traffic_light"/>
11
<node id="endright" x="50" y="200" type="priority"/>
12
13
<node id="absEnd" x="0" y="400" type="priority"/>
14
15
</nodes>
16
17