Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/drt/drtOnline/2taxis_10persons/input_routes.rou.xml
428538 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
</vType>
6
7
<trip id="taxiA" type="taxi" depart="0.00" from="A0B0" to="B0C0">
8
<stop lane="A0B0_1" triggered="person"/>
9
</trip>
10
<trip id="taxiB" type="taxi" depart="0.00" from="A2B2" to="B2C2">
11
<stop lane="A2B2_1" triggered="person"/>
12
</trip>
13
14
</routes>
15
16