Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/replaceStop/routeStop_init/input_routes.rou.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
4
<route id="r0" edges="A0A1 A1B1 B1C1 C1D1 D1D2 D2D3">
5
<stop busStop="busStop_A1B1" duration="60.00"/>
6
<stop busStop="busStop_B1C1" duration="60.00"/>
7
<stop busStop="busStop_C1D1" duration="60.00"/>
8
</route>
9
<vehicle id="ego" depart="0.00" route="r0"/>
10
</routes>
11
12