Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/insertStop/last/input_routes.rou.xml
169777 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
<trip id="ego" depart="0.00" from="A0A1" to="C1D1">
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
</trip>
9
</routes>
10
11