Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/rail/save_rail_signal2/input_routes.rou.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
4
<vType id="train" vClass="rail" length="20" accel="2"/>
5
<vehicle id="train" type="train" depart="0">
6
<route edges="a b c d"/>
7
</vehicle>
8
<vehicle id="train2" type="train" depart="1">
9
<route edges="-d2 -c -b -a2"/>
10
</vehicle>
11
</routes>
12
13