Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/openGap/input_additional.add.xml
169720 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
<!-- 1 edge overlap (5/1to6/1 is needed to make the rerouter work -->
3
<route id="circle" edges="5/1to6/1 6/1to7/1 7/1to8/1 8/1to9/1 9/1to10/1 10/1to1/1 1/1to2/1 2/1to3/1 3/1to4/1 4/1to5/1 5/1to6/1"/>
4
<route id="route_merger" edges="5/1to6/1 6/1to7/1"/>
5
<rerouter id="rerouter5" edges="5/1to6/1">
6
<interval begin="0" end="86400">
7
<routeProbReroute id="circle"/>
8
</interval>
9
</rerouter>
10
<edgeData id="dump_60" freq="60" file="aggregated_60.xml" excludeEmpty="true"/>
11
</additional>
12
13