mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +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:
committed by
Lorenz Meier
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.
|
||||
|
||||
Reference in New Issue
Block a user