mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Add setpoint derivative feed forward term to PID controller (#5642)
* Add setpoint derivative feed forward term to PID controller * Drop Dterm setpoint weight, FIR filter and dterm notch * Fix FALCORE build * Rename Multirotor FeedForward to Control Derivative * Apply Control Derivative results * Free CCM on F3 * Rename CLI name * Remove Omnibus F3 support * Update CLI.md and rename setting
This commit is contained in:
parent
9ba24af387
commit
839a877397
16 changed files with 85 additions and 149 deletions
|
@ -71,5 +71,6 @@ typedef enum {
|
|||
DEBUG_DYNAMIC_FILTER,
|
||||
DEBUG_DYNAMIC_FILTER_FREQUENCY,
|
||||
DEBUG_IRLOCK,
|
||||
DEBUG_CD,
|
||||
DEBUG_COUNT
|
||||
} debugType_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue