Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/simpla/config/input_routes.rou.xml
169686 views
1
<routes>
2
<vType id="original_type1" guiShape="truck" vClass="truck"/>
3
<vType id="leader_type1" guiShape="truck" vClass="truck"/>
4
<vType id="follower_type1" guiShape="truck" vClass="truck"/>
5
<vType id="catchup_type1" guiShape="truck" vClass="truck"/>
6
<vType id="catchupFollower_type1" guiShape="truck" vClass="truck"/>
7
8
<route id="r0" edges="EC CW" />
9
<vehicle id="v0" type="original_type1" depart="5" route="r0" />
10
</routes>
11
12