IMU_GYRO_CUTOFF and IMU_DGYRO_CUTOFF increase default slightly

This commit is contained in:
Daniel Agar 2021-05-17 09:59:21 -04:00 committed by Julian Oes
parent 60a083b662
commit 87b861d0f0
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ PARAM_DEFINE_FLOAT(IMU_GYRO_NF_BW, 20.0f);
* @reboot_required true
* @group Sensors
*/
PARAM_DEFINE_FLOAT(IMU_GYRO_CUTOFF, 30.0f);
PARAM_DEFINE_FLOAT(IMU_GYRO_CUTOFF, 40.0f);
/**
* Gyro control data maximum publication rate (inner loop rate)
@ -122,7 +122,7 @@ PARAM_DEFINE_INT32(IMU_GYRO_RATEMAX, 400);
* @reboot_required true
* @group Sensors
*/
PARAM_DEFINE_FLOAT(IMU_DGYRO_CUTOFF, 20.0f);
PARAM_DEFINE_FLOAT(IMU_DGYRO_CUTOFF, 30.0f);
/**
* IMU gyro dynamic notch filtering