Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/rail/save_rail_signal/input_routes.rou.xml
169689 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" departSpeed="max">
6
<route edges="a b e"/>
7
</vehicle>
8
<vehicle id="train2" type="train" depart="0" departSpeed="max">
9
<route edges="-e -b -d"/>
10
<stop lane="-e_0" duration="100"/>
11
</vehicle>
12
</routes>
13
14