mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_HAL: relax F4 notch constraints slightly to allow triple notch on quads
This commit is contained in:
parent
36fc7521ea
commit
2c44d75f27
@ -318,7 +318,8 @@
|
|||||||
#else
|
#else
|
||||||
// Enough for a notch per motor on an octa quad using two IMUs and one harmonic
|
// Enough for a notch per motor on an octa quad using two IMUs and one harmonic
|
||||||
// plus one static notch with one harmonic
|
// plus one static notch with one harmonic
|
||||||
#define HAL_HNF_MAX_FILTERS 18
|
// Or triple-notch per motor on one IMU with one harmonic
|
||||||
|
#define HAL_HNF_MAX_FILTERS 24
|
||||||
#endif
|
#endif
|
||||||
#endif // HAL_HNF_MAX_FILTERS
|
#endif // HAL_HNF_MAX_FILTERS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user