Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/bugs/ticket5712/input_routes.rou.xml
169689 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vehicle id="veh0" depart="0.00" >
3
<route edges="WC CE"/>
4
<stop lane="WC_0" duration="10" endPos="50"/>
5
<stop lane="CE_0" duration="10" endPos="50"/>
6
</vehicle>
7
</routes>
8
9