Skip to content

Commit

Permalink
added routing result to test output refs #21, #13987
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 20, 2024
1 parent bc50970 commit 7ddfc6d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/sumo/bugs/13xxx/ticket13987/options.sumo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--no-step-log --net-file=net.net.xml
-r input_routes.rou.xml
--vehroute-output vehroutes.xml
46 changes: 46 additions & 0 deletions tests/sumo/bugs/13xxx/ticket13987/vehroutes.sumo
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-20 11:31:13 by Eclipse SUMO sumo Version v1_19_0+0909-bc50970
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
http://www.eclipse.org/legal/epl-v20.html
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
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">
<input>
<net-file value="net.net.xml"/>
<route-files value="input_routes.rou.xml"/>
</input>
<output>
<write-license value="true"/>
<vehroute-output value="vehroutes.xml"/>
</output>
<processing>
<default.speeddev value="0"/>
</processing>
<report>
<xml-validation value="never"/>
<no-step-log value="true"/>
</report>
</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="veh" depart="0.00" arrival="484.00">
<route edges="1o 1fi 1si 3o 3fi 3si 4o 4fi 4si 3o 3fi 3si"/>
<stop lane="3si_0" endPos="50.00" duration="10.00"/>
<stop lane="4si_0" endPos="50.00" duration="10.00"/>
<stop lane="3si_0" endPos="50.00" duration="10.00"/>
</vehicle>

</routes>

0 comments on commit 7ddfc6d

Please sign in to comment.