mirror of
https://github.com/okalachev/flix.git
synced 2026-08-16 00:38:56 +00:00
Disable gyro notch filter by default
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ bool landed;
|
||||
float accWeight = 0.003;
|
||||
float levelWeight = 0.0002;
|
||||
LowPassFilter<Vector> ratesFilter(0.2); // cutoff frequency ~ 40 Hz
|
||||
NotchFilter<Vector> ratesNotch(382, 40);
|
||||
NotchFilter<Vector> ratesNotch(382, 0);
|
||||
|
||||
void setupEstimate() {
|
||||
print("Setup estimation\n");
|
||||
|
||||
Reference in New Issue
Block a user