-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test for train unboarding through doors.
- Loading branch information
1 parent
1dce04c
commit b38b964
Showing
11 changed files
with
23,563 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-02-15 14:59:33 by Eclipse SUMO netedit Version v1_19_0+0814-b3a3d13ddb1 | ||
--> | ||
|
||
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd"> | ||
<!-- StoppingPlaces --> | ||
<trainStop id="ts_0" lane="E10_0" startPos="5.23" endPos="40.72" personCapacity="20"> | ||
<access lane="E4_0" pos="doors"/> | ||
</trainStop> | ||
<trainStop id="ts_1" lane="E26_0" startPos="0.00" personCapacity="20"> | ||
<access lane="E1_0" pos="doors"/> | ||
</trainStop> | ||
</additional> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-02-15 14:59:33 by Eclipse SUMO netedit Version v1_19_0+0814-b3a3d13ddb1 | ||
--> | ||
|
||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<!-- VTypes --> | ||
<vType id="SBahn" length="40.00" vClass="rail_urban" color="red" carFollowModel="Rail"> | ||
<param key="carriageLength" value="10.00"/> | ||
<param key="locomotiveLength" value="10.00"/> | ||
<param key="carriageLength" value="10.00"/> | ||
<param key="locomotiveLength" value="10.00"/> | ||
</vType> | ||
<!-- Vehicles, persons and containers (sorted by depart) --> | ||
<flow id="S1" type="SBahn" begin="0.00" line="train" from="E9" to="E8" end="1000.00" period="150.00"> | ||
<stop trainStop="ts_0" until="50.00"/> | ||
<stop trainStop="ts_1" until="150.00" endPos="70.0"/> | ||
</flow> | ||
<personFlow id="pf_0" begin="0.00" end="1000.00" personsPerHour="500"> | ||
<personTrip from="E3" to="E0" modes="public"/> | ||
</personFlow> | ||
</routes> |
4 changes: 4 additions & 0 deletions
4
tests/sumo/rail/unboarding/input_viewsettings.viewsettings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<viewsettings> | ||
<scheme name="real world"/> | ||
<delay value="50.00"/> | ||
</viewsettings> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-e 600 --no-step-log --no-duration-log --net-file=net.net.xml --fcd-output fcd.xml --routes=input_routes.rou.xml --additional-files input_additional.add.xml |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-15 17:08:21 by Eclipse SUMO sumo Version v1_19_0+0814-b3a3d13ddb1 | ||
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"/> | ||
<additional-files value="input_additional.add.xml"/> | ||
</input> | ||
<output> | ||
<write-license value="true"/> | ||
<fcd-output value="fcd.xml"/> | ||
<railsignal-block-output value="railsignal_blocks.xml"/> | ||
</output> | ||
<time> | ||
<end value="600"/> | ||
</time> | ||
<processing> | ||
<default.speeddev value="0"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<duration-log.disable value="true"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
</configuration> | ||
--> | ||
|
||
<railsignal-block-output> | ||
</railsignal-block-output> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-02-15 15:26:26 by Eclipse SUMO sumo Version v1_19_0+0814-b3a3d13ddb1 | ||
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="input_net.net.xml"/> | ||
<route-files value="input_demand.rou.xml"/> | ||
<additional-files value="input_additionals.add.xml"/> | ||
</input> | ||
|
||
<gui_only> | ||
<gui-settings-file value="input_viewsettings.viewsettings.xml"/> | ||
</gui_only> | ||
|
||
</configuration> |