Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/set_variable/Vehicle/SetSpeed_SpeedMode/routes.rou.xml
428504 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
<vehicle id="veh0" depart="0" departPos="0">
4
<route edges="e_m0 e_m1 e_m2 e_m3 e_m4 e_m5 e_m6"/>
5
</vehicle>
6
</routes>
7
8
9