Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/drt/drtOrtools/twoTaxis/input_routes.rou.xml
428533 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
<vehicle id="v0" depart="0" line="taxi" type="taxi">
8
<route edges="A0B0"/>
9
<stop lane="A0B0_1" triggered="person"/>
10
</vehicle>
11
<vehicle id="v1" depart="0" line="taxi" type="taxi">
12
<route edges="A2B2"/>
13
<stop lane="A2B2_1" triggered="person"/>
14
</vehicle>
15
16
</routes>
17