mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +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
|
* @reboot_required true
|
||||||
* @group Sensors
|
* @group Sensors
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MAX, 256.f);
|
PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MAX, 192.f);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IMU gyro FFT length.
|
* IMU gyro FFT length.
|
||||||
|
|||||||
Reference in New Issue
Block a user