FPV Flight-Control Lab

Firmware

INAV D-term pre-differentiation LPF work needs flight logs.

An optional filter that smooths gyro input before differentiation, reducing high-frequency noise amplification while keeping the feature disabled by default for review.

Read technical note
INAV firmware experiment technical banner

Current PR State

The active upstream pull request is #11464. The latest checks are green, `dterm_lpf2_hz` defaults to 0, and filter re-init now starts from the current gyro rate to avoid a one-cycle D-term spike.

What Needs Flight Testing

  • Blackbox logs with `dterm_lpf2_hz` disabled and enabled.
  • Comparisons around disabled, 200Hz, and 250Hz.
  • Motor temperature notes after hover and active flight.
  • Unexpected behavior when changing PID/filter profiles.