Skip to content

Commit

Permalink
cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Vacek committed Dec 14, 2015
1 parent 3a8e9b3 commit 877f2c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ with web visualization ...

NOTE: You can use http://www.gpsvisualizer.com/convert_input to convert directions from google
maps to GPX (just copy the URL from google maps to the 'Or provide the URL of a file on the Web: '
field in gpsvisualizer converter).
field in gpsvisualizer converter). Alternatively, simply export GPX from http://map.project-osrm.org/ .
3 changes: 2 additions & 1 deletion helper_scripts/run_sim.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python

# GPX from google maps route: http://www.gpsvisualizer.com/convert_input
# Or export directly from http://map.project-osrm.org

### stdlib packages
import os
Expand All @@ -23,7 +24,7 @@
###

INDEX = "/whereami/whereami.html"
UPDATE_INTERVAL = 0.1
UPDATE_INTERVAL = 0.3

curr_lat = 48.7833 # updated by main thread, read by http and geofix threads
curr_lon = 9.1833 # updated by main thread, read by http and geofix threads
Expand Down

0 comments on commit 877f2c6

Please sign in to comment.