fixed some plotting issues
modified step detection
This commit is contained in:
@@ -38,8 +38,8 @@ private:
|
||||
bool waitForUp = false;
|
||||
|
||||
const Timestamp blockTime; // 150-250 looks good
|
||||
const float upperThreshold = +0.4*0.6f; // + is usually smaller than down (look at graphs)
|
||||
const float lowerThreshold = -1.5*0.6f; // the 0.8 is for testing!
|
||||
const float upperThreshold = +0.4*0.8f; // + is usually smaller than down (look at graphs)
|
||||
const float lowerThreshold = -1.5*0.8f; // the 0.8 is for testing!
|
||||
|
||||
|
||||
#ifdef WITH_DEBUG_PLOT
|
||||
|
||||
Reference in New Issue
Block a user