added fixed interval smoothing

This commit is contained in:
toni
2016-03-17 19:24:45 +01:00
parent 8d2be0f8a0
commit 89bb0b8b7a
17 changed files with 1010 additions and 137 deletions

View File

@@ -23,6 +23,12 @@ struct MyState {
// the grid-walk state
GridWalkState<MyGridNode> walkState;
// cumulative heading
double cumulativeHeading;
// save last hPa measurement for the smoothing process
double measurement_pressure;
//int distanceWalkedCM;