55 Commits (7dbbca8d588bfa60bfc696f757abedaee6e6cb50)

Author SHA1 Message Date
Iampete1 8d216fbce3 AC_PID: params always use set method 3 years ago
Iampete1 3f84ba12c0 AC_PID: use set_and_defualt to set defualt values 3 years ago
esaldiran 9d8bf5004e AC_PID: update pid_info with integrator reset for logging purposes 3 years ago
Leonard Hall 8d330a95b5 AC_PID: replace reset_I_smoothly with relax_integrator 3 years ago
Andy Piper e84a05d5ba AC_PID: add slew_rate modifier 3 years ago
Leonard Hall 6bed10c434 AC_PID: Add error variable with accessor and clean up 4 years ago
Andrew Tridgell 95b375dc87 AC_PID: log SRate in pid info and expose slew rate 4 years ago
Andrew Tridgell 6f2e592943 AC_PID: allow for slew limit scaler 4 years ago
Peter Hall 1a14c8a05b AC_PID: populate pid_info limit feild 4 years ago
bnsgeyer c565536afa AC_PID: add support to smoothly reset the integrator 4 years ago
Andrew Tridgell 9e73922fd9 AC_PID: use calc_lowpass_alpha_dt() 4 years ago
Andrew Tridgell 739410953b AC_PID: added slew limiter AC_PID 4 years ago
Peter Barker c78dcb15a1 AC_PID: remove dead get_ff(float target) method as per TODO comment 4 years ago
Randy Mackay 0052dcc8f8 AC_PID: update pid_info when integrator set 5 years ago
Leonard Hall ab0bdc9fe6 AC_PID: upgrade to PID object 6 years ago
Leonard Hall 8c6a24450a AC_PID: Fix D term initialisation 7 years ago
Randy Mackay 4e8155f4e5 AC_PID: allow non-zero ff gain default 7 years ago
Andrew Tridgell b97bf5d15e AC_PID: added feed-forward to AC_PID 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Randy Mackay 227e4f86d7 AC_PID: fix parameter description 9 years ago
Randy Mackay 920425567c AC_PID: shorten FILT_HZ to FILT 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Gustavo Jose de Sousa 286d084d83 AC_PID: standardize inclusion of libaries headers 10 years ago
Robert Lefebvre 967071ca62 AC_PID: Integrate PID Logging functionality. 10 years ago
Tom Pittenger 9d74f57ed3 AP_PID: replace fabs() with fabsf() 10 years ago
Andrew Tridgell 33555b7f12 AC_PID: revert AP_Math class change 10 years ago
Tom Pittenger 01180d52c4 AP_PID: compiler warnings: apply is_zero(float) 10 years ago
Randy Mackay 67b0c6f5c4 AC_PID: replace is_equal with is_zero 10 years ago
dgrat 303cfd683a AC_PID: replace floating point '==' with is_equal 10 years ago
Jonathan Challinger 6ea91d012e AC_PID: calculate filt_alpha every time the filter is run 10 years ago
Randy Mackay a095a8c3a1 AC_PID: more protection against NaN and Inf 10 years ago
Leonard Hall ae77c18a19 AC_PID: Protect against NaN and INF 10 years ago
Randy Mackay 12724e9556 AC_PID: remove include of stdio.h 10 years ago
Randy Mackay c10b0b34ca AC_PID: replace set_filt_hz method with filt_hz 10 years ago
Leonard Hall 517448e536 AC_PID: add input filtering and restructure 10 years ago
Robert Lefebvre b35ec4339e AC_PID: Add method to set the D-term Filter Rate from main code. 11 years ago
Robert Lefebvre f1c3f2a3d1 AC_PID: Remove get_leaky_i function which is now found in AC_HELI_PID. 11 years ago
Randy Mackay fbc5af2705 AC_PID: results returned as float 11 years ago
Andrew Tridgell 8c25a504c3 AC_PID: fixed indent-tabs-mode 12 years ago
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions. 12 years ago
Andrew Tridgell 2294acc652 AC_PID: fixed build on ARM 12 years ago
rmackay9 24317e721b AC_PID, AP_AHRS: added descriptions to some parameters 12 years ago
Andrew Tridgell 5e7ca5b0f8 AC_PID: suppress the derivative immediately after reset 12 years ago
Andrew Tridgell eac1ad49d6 AC_PID: save 8 bytes per AC_PID object 12 years ago
Robert Lefebvre 1d12b781a0 AC_PID: Create Leaky Integrator Function. 12 years ago
uncrustify fc9f1a8216 uncrustify libraries/AC_PID/AC_PID.cpp 13 years ago
Andrew Tridgell 5e8fe8d93e AP_Param: update PID libraries for new constructor syntax 13 years ago
rmackay9 24a471ff8f AC_PID - added more paranoid checking that imax is positive in constructor, operator() and load_gains methods 13 years ago