Commit 1ea09fee3262067bbf5aff9f6b84b91843da8ad2

Authored by yessine kammoun
1 parent d65729cb

NewPush

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -24,6 +24,7 @@ you need to set `USE_SERIAL` to 1 (otherwise 0) which exists in the `./Freematic @@ -24,6 +24,7 @@ you need to set `USE_SERIAL` to 1 (otherwise 0) which exists in the `./Freematic
24 24
25 To plot some magnitudes or the path you can use the python script. This script needs two arguments. The first one is the name of the CSV file. The second one is html file which can be opened with a navigator and see the journey path. You can also reduce the number of points 25 To plot some magnitudes or the path you can use the python script. This script needs two arguments. The first one is the name of the CSV file. The second one is html file which can be opened with a navigator and see the journey path. You can also reduce the number of points
26 drawn on the map by uncommenting the call of rdp function. This one has a parameter called epsilon. The bigger epsilon is the lesser points you get. 26 drawn on the map by uncommenting the call of rdp function. This one has a parameter called epsilon. The bigger epsilon is the lesser points you get.
  27 +
27 To plot a magnitude you can follow the examples given in the script file. 28 To plot a magnitude you can follow the examples given in the script file.
28 Example of launching the python script: `python3 script_gps.py 27.CSV Trajet.html`. 29 Example of launching the python script: `python3 script_gps.py 27.CSV Trajet.html`.
29 ![Example of visualized GPS points](path.png) 30 ![Example of visualized GPS points](path.png)