summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2018-12-21 15:02:48 +0100
committerasanoaozora <fifitaneki@hotmail.com>2018-12-21 15:02:48 +0100
commit97a5523dc344b8258069ba90a161dda6f93fbd59 (patch)
tree8185c2491738fa21cba70e6ac1cc7bde90273391
parentb7c2c11d1073c3d3c611002c15e24c4d866ef39a (diff)
downloadpoi-service-97a5523dc344b8258069ba90a161dda6f93fbd59.tar.gz
update navit version, batch tests passed
-rw-r--r--src/navigation/README.md12
-rwxr-xr-xsrc/navigation/update_third_party.sh2
2 files changed, 7 insertions, 7 deletions
diff --git a/src/navigation/README.md b/src/navigation/README.md
index 8e76194..f2474b2 100644
--- a/src/navigation/README.md
+++ b/src/navigation/README.md
@@ -35,15 +35,15 @@ or to build updated parts
There are other options available, please enter ./build.sh -h to display it
## How to test
+First launch the navigation middleware by entering:
+./run -p
+Open a terminal and go to ../../test/navigation/script
Some python scripts can be used for test.
-Go to ../../test/navigation/script
+REM:
For Python, you need to install some modules
sudo apt-get install python-pip python-dbus python-gobject python-pil
sudo pip install --upgrade pip
-
-To test, launch the navigation middleware by entering:
-../../src/navigation/run -p
-and the test batch:
+Launch the test batch:
./test-all
If everything is OK, you must see:
@@ -63,7 +63,7 @@ Before testing it's necessary to get the map by picking it from this site:
http://maps9.navit-project.org/api/map/?bbox=139.1,35.5,140.4,36.0&timestamp=170217
Rename the file to tokyo.bin, copy it to ./map and do ./build.sh -c
To test, launch the navigation middleware by entering:
-../../src/navigation/run -r -c tokyo
+../../src/navigation/run -p -c tokyo
and the test batch:
./test-all_tokyo
diff --git a/src/navigation/update_third_party.sh b/src/navigation/update_third_party.sh
index 10da30b..485922e 100755
--- a/src/navigation/update_third_party.sh
+++ b/src/navigation/update_third_party.sh
@@ -1,7 +1,7 @@
#!/bin/bash
positioning_version='d4c46f13019aefb11aebd0fc1210a29a46f0b521'
-navit_version='d43c04ed6cdb0e8e79fb4128bc3421f9eed1028e'
+navit_version='a9fd119415fe451536354b24ca2ac73ead2d4dec'
echo "version of positioning is: $positioning_version"
echo "version of navit is: $navit_version"