Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/assign/dua-iterate/intermodal/input_trips.trips.xml
428510 views
1
<routes>
2
<vType accel="3.0" decel="6.0" id="CarA" length="5.0" minGap="2.5" maxSpeed="50.0" sigma="0.5" />
3
<vType accel="2.0" decel="6.0" id="CarB" length="7.5" minGap="2.5" maxSpeed="50.0" sigma="0.5" />
4
<vType accel="1.0" decel="5.0" id="CarC" length="5.0" minGap="2.5" maxSpeed="40.0" sigma="0.5" />
5
<vType accel="1.0" decel="5.0" id="CarD" length="7.5" minGap="2.5" maxSpeed="30.0" sigma="0.5" />
6
7
<route id="routeCongest0" color="1,0,0" edges="e2"/>
8
9
<vehicle id="v0" route="routeCongest0" depart="0" departPos="0" arrivalPos="120">
10
<stop lane="e2_3" endPos="70" until="550"/>
11
</vehicle>
12
13
<vehicle id="v1" route="routeCongest0" depart="0" departPos="0" arrivalPos="120">
14
<stop lane="e2_4" endPos="70" until="550"/>
15
</vehicle>
16
17
<person id="p0" depart="0">
18
<personTrip from="begin" to="end" modes="car public" arrivalPos="140"/>
19
</person>
20
21
<person id="p1" depart="0">
22
<personTrip from="begin" to="end" modes="car" arrivalPos="140" />
23
</person>
24
25
<person id="p2" depart="0">
26
<personTrip from="begin" to="end" modes="public" arrivalPos="140"/>
27
</person>
28
29
30
<person id="p3" depart="0">
31
<personTrip from="begin" to="end" arrivalPos="140"/>
32
</person>
33
34
</routes>
35
36