summaryrefslogtreecommitdiff
path: root/test/navigation/README
blob: 525a8aff485effc41a0f13a7105647a187c7e8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This folder only contains an example of test file.
In order to test the navigation core, please do:
Into a terminal
cd ../../src/navigation/script
./run -r 
Into another terminal
cd ../../../test/navigation/
python test-route-calculation.py
kill -9 `ps -ef | grep navit | grep -v grep | awk '{print $2}'`

You can see some debug messages into the terminal

Another way to check the state of the process is to run in separate xterms:
./run -rx

For unitary testing of enhanced position with log replayer
If you launch it from the formal navigation repos, just do
python intensive-testing.py
It will run the test at 5 frames per sec or can be set by parameter (duration 20 sec)
If you launch it from the navigation-application repos, just do
python intensive-testing.py -p ../../../../