Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/trafficlight/getBlocking_reroute/input_routes.rou.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
3
<vType id="train" vClass="rail"/>
4
5
<trip id="blocker1" depart="0" departPos="stop" to="f" type="train">
6
<stop busStop="stop_d" duration="180"/>
7
</trip>
8
<trip id="blocker2" depart="0" departPos="stop" to="f" type="train">
9
<stop busStop="stop_d2" duration="180"/>
10
</trip>
11
<trip id="ego" depart="0" from="a" to="f" type="train">
12
<stop busStop="stop_d" duration="180"/>
13
</trip>
14
</routes>
15
16