Skip to content

Commit

Permalink
patching expected results refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Aug 29, 2024
1 parent 8854dac commit a5ebcec
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2022-02-07 13:04:08 by Eclipse SUMO sumo Version v1_12_0+0296-f036efb
<!-- generated on 2024-08-29 15:55:29 by Eclipse SUMO sumo Version v1_20_0+1789-8854dacce8d
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
Expand All @@ -11,7 +11,7 @@ Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<sumoConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value="net.net.xml"/>
Expand All @@ -27,33 +27,31 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<processing>
<default.speeddev value="0"/>
<pedestrian.model value="nonInteracting"/>
</processing>
<report>
<verbose value="true"/>
<xml-validation value="never"/>
<xml-validation.routes value="never"/>
<no-step-log value="true"/>
</report>
<mesoscopic>
<mesosim value="true"/>
</mesoscopic>
</configuration>
</sumoConfiguration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="train0" depart="50.00" arrival="194.00">
<route edges="1/4to1/3 1/3to0/3 0/3to0/4 0/4to1/4 1/4to1/3"/>
<stop containerStop="containerStop0" duration="10.00" until="120.00"/>
<stop containerStop="containerStop1" duration="10.00" until="180.00"/>
<stop busStop="containerStop0" duration="10.00" until="120.00"/>
<stop busStop="containerStop1" duration="10.00" until="180.00"/>
</vehicle>

<container id="container0" depart="0.00" arrival="288.00">
<tranship edges="2/3to1/3 1/3to0/3" containerStop="containerStop0" speed="1.39"/>
<transport from="1/3to0/3" to="0/4to1/4" containerStop="containerStop1" lines="train0"/>
<tranship edges="2/3to1/3 1/3to0/3" busStop="containerStop0" speed="1.39"/>
<transport from="1/3to0/3" to="0/4to1/4" busStop="containerStop1" lines="train0"/>
<tranship edges="0/4to1/4 1/4to2/4" speed="1.39"/>
<stop lane="1/4to2/4_0" endPos="30.00" duration="20.00"/>
<transport from="1/4to2/4" to="3/4to4/4" arrivalPos="92.00" lines="car0"/>
Expand Down

0 comments on commit a5ebcec

Please sign in to comment.