mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
gyro_fft: reduce default max
- we're mainly looking for lower frequencies that may be an issue for control
This commit is contained in:
parent
c7c6122bfd
commit
8000e6feba
@ -60,7 +60,7 @@ PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MIN, 32.f);
|
||||
* @reboot_required true
|
||||
* @group Sensors
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MAX, 256.f);
|
||||
PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MAX, 192.f);
|
||||
|
||||
/**
|
||||
* IMU gyro FFT length.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user