Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/set_variable/Vehicle/rerouting/input_net.nod.xml
428504 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="-500" y="0" type="priority"/>
4
5
<node id="begleft" x="0" y="500" type="priority"/>
6
<node id="beg" x="0" y="0" type="priority"/>
7
<node id="begright" x="0" y="-500" type="priority"/>
8
9
<node id="endleft" x="1000" y="500" type="priority"/>
10
<node id="end" x="1000" y="0" type="priority"/>
11
<node id="endright" x="1000" y="-500" type="priority"/>
12
13
<node id="absEnd" x="1500" y="0" type="priority"/>
14
<node id="rabsEnd" x="2000" y="0" type="priority"/>
15
16
</nodes>
17
18