Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/person/trip_chain/input_routes.rou.xml
169722 views
1
<routes>
2
<vType id="DEFAULT_VEHTYPE" sigma="0"/>
3
<person id="person0" depart="0" departPos="80">
4
<walk from="2/3to1/3" to="1/3to0/3" arrivalPos="55"/>
5
<ride from="1/3to0/3" to="0/4to1/4" lines="train0"/>
6
<walk from="0/4to1/4" to="1/4to2/4" arrivalPos="45"/>
7
<stop lane="1/4to2/4_0" duration="20" startPos="40" actType="singing"/>
8
<ride from="1/4to2/4" to="3/4to4/4" lines="car0"/>
9
</person>
10
11
<vehicle id="train0" depart="50">
12
<route edges="1/4to1/3 1/3to0/3 0/3to0/4 0/4to1/4 1/4to1/3"/>
13
<stop busStop="busStop0" until="120" duration="10"/>
14
<stop busStop="busStop1" until="180" duration="10"/>
15
</vehicle>
16
17
<vehicle id="car0" depart="triggered" departPos="50">
18
<route edges="1/4to2/4 2/4to3/4 3/4to4/4"/>
19
</vehicle>
20
21
</routes>
22
23