You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is quite common when users setup notch filters with ESC or FFT notches to forget to set INS_HNTCn_REF to a non-zero value. When set to zero it becomes a single fixed notch which is almost certainly not what they want.
We either need an arming check, or we need to make the is_zero(ref) check in AP_Vehicle::update_dynamic_notch() only apply to the throttle based notch
The ref is only used for:
throttle based notch
RPM notch (as scale factor)
fallback to throttle notch for ESC notch (edge case)
The text was updated successfully, but these errors were encountered:
it is quite common when users setup notch filters with ESC or FFT notches to forget to set INS_HNTCn_REF to a non-zero value. When set to zero it becomes a single fixed notch which is almost certainly not what they want.
We either need an arming check, or we need to make the is_zero(ref) check in AP_Vehicle::update_dynamic_notch() only apply to the throttle based notch
The ref is only used for:
The text was updated successfully, but these errors were encountered: