Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/set_variable/Vehicle/ChangeRouteBus/routes.rou.xml
428505 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
3
<vType id="bus" accel="2.6" decel="4.5" sigma="0.5" length="12" minGap="3" maxSpeed="70" emissionClass="HBEFA2/HDV_6_2" guiShape="bus" vClass="bus"/>
4
5
<vehicle id="bus_1" depart="0" departPos="0" departLane="free" arrivalPos="-1" type="bus" color="0,1,0">
6
<route edges="e_m5 e_m6 e_shape1"/>
7
<stop busStop="busStop#1" duration="20"/>
8
<stop busStop="busStop#2" duration="20"/>
9
</vehicle>
10
11
<route id="test" edges="e_m5 e_m6 e_shape0"/>
12
</routes>
13
14