Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/drt/drtOnline/stop_duration/input_routes.rou.xml
428506 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="taxi" vClass="taxi">
4
<param key="has.taxi.device" value="true"/>
5
<param key="device.taxi.pickUpDuration" value="60"/>
6
<param key="device.taxi.dropOffDuration" value="120"/>
7
</vType>
8
9
<trip id="taxiA" type="taxi" depart="0.00" from="A0B0" to="B0C0">
10
<stop lane="A0B0_1" triggered="person"/>
11
</trip>
12
<trip id="taxiB" type="taxi" depart="0.00" from="A2B2" to="B2C2">
13
<stop lane="A2B2_1" triggered="person"/>
14
</trip>
15
16
</routes>
17
18