107 Commits (62ac0ab8aaa193baa63c00b733c8dce2ba0ab060)

Author SHA1 Message Date
Randy Mackay f995106c1e AC_PID: minor formatting change 8 years ago
Pierre Kancir 320c5e1b96 AC_PID: example fix travis warning 8 years ago
Andrew Tridgell b97bf5d15e AC_PID: added feed-forward to AC_PID 8 years ago
murata 5e11497332 AC_PID: Unify from print or println to printf. 8 years ago
Andrew Tridgell ccae8979c1 AC_PID: expose filt_hz as a AP_Float 8 years ago
Andrew Tridgell 2086b591a2 AC_PID: expose ff() method in AC_PID 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Andrew Tridgell a6404cf1ea AC_PID: removed AFF from heli PID 9 years ago
Andrew Tridgell cf08c46f30 AC_PID: fixed default leak min for heli 9 years ago
Andrew Tridgell 412dc10353 AC_PID: expose parameters as AP_Float 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
Randy Mackay de537390c2 AC_HELI_PID: adjust parameter descriptions 9 years ago
Randy Mackay 3465f05bec AC_HELI_PID: shorten FILT_HZ to FILT, I_L_MIN to ILMI 9 years ago
Randy Mackay 425caeabf7 AC_PI_2D: fix parameter description 9 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
Lucas De Marchi f637a29ab6 AC_PID: replace header guard with pragma once 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Andrew Tridgell 27b43f4036 AC_PID: fixed example build warning 9 years ago
Jonathan Challinger 9e6be648b9 AC_PID: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Lucas De Marchi 247195512f AC_PID: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Robert Lefebvre c66af9b788 AC_HELI_PID: Add Leak-Min param and functionality. 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Caio Marcelo de Oliveira Filho 9a2e0c2fd9 AC_PID: remove unnecessary includes from example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Grant Morphett 1595c137f8 AC_PID_test: fixed AC_HELI_PID constructor 10 years ago
Gustavo Jose de Sousa 286d084d83 AC_PID: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell a62c450f86 AC_PID: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 3ec8857fbc AC_PID: added set_desired_rate() interface 10 years ago
Andrew Tridgell 6000bb0c32 AC_PID: log desired rate for VFF as well as AFF 10 years ago
Robert Lefebvre 366f87c91c AC_HELI_PID: Add Acceleration FF method. 10 years ago
Andrew Tridgell e79a21d8c2 AC_PID: fill in desired rate for heli PID 10 years ago
Robert Lefebvre 967071ca62 AC_PID: Integrate PID Logging functionality. 10 years ago
Robert Lefebvre bcc3fa0526 AC_HELI_PID: Pass default FF param setting in constructor 10 years ago
Randy Mackay 56b92e7d8c AC_PID: fix example sketch 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 54f4d4b07c AP_PID: compiler warnings: reordered constructor 10 years ago
Tom Pittenger 01180d52c4 AP_PID: compiler warnings: apply is_zero(float) 10 years ago
Andrew Tridgell 777685ce1f AC_PID: fix for HAL_SITL rename 10 years ago
Randy Mackay 67b0c6f5c4 AC_PID: replace is_equal with is_zero 10 years ago