-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3521 from pavelmachek/m_30_dedreckon
dedreckon: add ded reckoning application
- Loading branch information
Showing
6 changed files
with
477 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.01: attempt to import |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Ded Reckon | ||
|
||
Dead Reckoning using compass and step counter. | ||
|
||
This allows logging track using "dead reckoning" -- that's logging | ||
angles from compass and distances from step counter. You need to mark | ||
turns, and point watch to direction of the turn. Simultaneously, it | ||
tries to log positions using GPS. You can use it to calibrate your | ||
step length by comparing GPS and step counter data. It can also get | ||
pretty accurate recording of track walked in right circumstances. | ||
|
||
Tap bottom part of the screen to select display (text or map for | ||
now). Point watch to new direction, then tap top left part of screen | ||
to indicate a turn. | ||
|
||
Map shows blue line for track from dead reckonging, and green line for | ||
track from GPS. | ||
|
||
You probably want magnav installed (and calibrated) for useful | ||
results, as it provides library with better compass. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.