experimental stuff... tryed dynamic step length using the barometric height
This commit is contained in:
@@ -29,8 +29,10 @@ struct MyState {
|
||||
// save last hPa measurement for the smoothing process
|
||||
double measurement_pressure;
|
||||
|
||||
// save last angle measurement for the smoothing process
|
||||
double measurement_angle;
|
||||
// save last angularHeadingChangefor the smoothing process in Degree
|
||||
double angularHeadingChange;
|
||||
|
||||
double avgAngle;
|
||||
|
||||
//int distanceWalkedCM;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user