Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/set_variable/Vehicle/ADD/routes.rou.xml
428506 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="DEFAULT_VEHTYPE" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="70"/>
3
<vType id="second" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="70"/>
4
<route id="second" edges="e_m0 e_m1 e_m2 e_m3 e_m4 e_m5"/>
5
<vehicle id="veh0" depart="0" departPos="0">
6
<route edges="e_m0 e_m1 e_m2 e_m3 e_m4 e_m5 e_m6"/>
7
</vehicle>
8
</routes>
9
10
11