Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/set_variable/Vehicle/LaneChangeMode/NoRight/routes.rou.xml
428738 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="SUMO_DEFAULT_TYPE" accel="0.8" decel="4.5" sigma="0" length="3" minGap="2" maxSpeed="1"/>
3
<route id="r" edges="1si"/>
4
5
<vehicle id="veh0" route="r" type="SUMO_DEFAULT_TYPE" depart="0" departPos="0" departLane="1"/>
6
<vehicle id="veh1" route="r" type="SUMO_DEFAULT_TYPE" depart="0" departPos="0" departLane="1"/>
7
8
</routes>
9
10