forked from eclipse-sumo/sumo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
Empty file.
4 changes: 4 additions & 0 deletions
4
tests/tools/route/addStops2Routes/stationary_noRoutes/options.tools
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 @@ | ||
-o out.rou.xml -n input_net.net.xml | ||
-p --duration 1800 --until 12:0:0 --parking-areas input_additional.add.xml | ||
--abs-occupancy 2 | ||
--start-at-stop |
Empty file.
24 changes: 24 additions & 0 deletions
24
tests/tools/route/addStops2Routes/stationary_noRoutes/routes.tools
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- generated on 2021-11-25 22:33:16.489988 by addStops2Routes.py v1_11_0+0103-2bf86f8 | ||
<configuration> | ||
<abs-occupancy value="2"/> | ||
<duration value="1800"/> | ||
<net-file value="input_net.net.xml"/> | ||
<output-file value="out.rou.xml"/> | ||
<parking value="True"/> | ||
<parking-areas value="input_additional.add.xml"/> | ||
<start-at-stop value="True"/> | ||
<until value="12:0:0"/> | ||
</configuration> | ||
--> | ||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<vehicle id="pCN.0" depart="0" departPos="stop"/> | ||
<route edges="CN"/> | ||
<stop parkingArea="pCN" duration="1800" until="12:0:0"/> | ||
</vehicle> | ||
<vehicle id="pCN.1" depart="0" departPos="stop"/> | ||
<route edges="CN"/> | ||
<stop parkingArea="pCN" duration="1800" until="12:0:0"/> | ||
</vehicle> | ||
</routes> |
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