-
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.
- Loading branch information
Showing
7 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
tests/duarouter/function/routing/astar_landmark_save_geo/errors.duarouter
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,2 @@ | ||
Error: Broken landmark file, unexpected number of entries (1) for edge '52.428360,'. | ||
Quitting (on error). |
1 change: 1 addition & 0 deletions
1
tests/duarouter/function/routing/astar_landmark_save_geo/exitcode.duarouter
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 @@ | ||
1 |
4 changes: 4 additions & 0 deletions
4
tests/duarouter/function/routing/astar_landmark_save_geo/input_trips.trips.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 @@ | ||
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> | ||
<vType id="DEFAULT_VEHTYPE" sigma="0"/> | ||
<trip id="0" depart="0" from="7216737#0" to="5784947#1"/> | ||
</routes> |
2 changes: 2 additions & 0 deletions
2
tests/duarouter/function/routing/astar_landmark_save_geo/lookuptable
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,2 @@ | ||
52.428360, 13.519901 | ||
52.432144, 13.535309 |
1 change: 1 addition & 0 deletions
1
tests/duarouter/function/routing/astar_landmark_save_geo/options.duarouter
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 @@ | ||
--net-file=input_net3.net.xml --route-files=input_trips.trips.xml -o routes.rou.xml --astar.landmark-distances lookuptable --astar.save-landmark-distances landmarks.csv -v |
2 changes: 2 additions & 0 deletions
2
tests/duarouter/function/routing/astar_landmark_save_geo/output.duarouter
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,2 @@ | ||
Loading net ... done. | ||
Skipped until: 0.00 |
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