From 97a5523dc344b8258069ba90a161dda6f93fbd59 Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Fri, 21 Dec 2018 15:02:48 +0100 Subject: update navit version, batch tests passed --- src/navigation/README.md | 12 ++++++------ src/navigation/update_third_party.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') 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×tamp=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" -- cgit v1.2.1