100 Commits (d73fc4c0b2284f97c7084860d644315b4578ba73)

Author SHA1 Message Date
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Robert Lefebvre 77877ba5fc ModeFilter: Add get() method and support for Float type 9 years ago
Tom Pittenger 4ee2fb6c7a Filter: compiler warnings - unused template <double> 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Andrew Tridgell 5b7f2a3de3 Filter: added reset method on vector filters 9 years ago
Caio Marcelo de Oliveira Filho 51a6455ac0 Filter: use millis/micros/panic functions 9 years ago
Andrew Tridgell 3549c717db Filter: removed reference to old 'Desktop' build 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Andrew Tridgell a9372ad5d7 Filter: fixed example builds 9 years ago
Lucas De Marchi 825d10c81a Filter: remove filter with double type 9 years ago
Caio Marcelo de Oliveira Filho d32207008d Filter: remove unnecessary includes from examples 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 1b67e49df4 exampleLowPassFilter2p: fixed simple typo error - now build success 10 years ago
dgrat 58e2ac4e56 Filter: Template implementation for <Filter> 10 years ago
Gustavo Jose de Sousa a1af0c2051 Filter: standardize inclusion of libaries headers 10 years ago
Randy Mackay 1289208244 LowPassFilter: add get method 10 years ago
Andrew Tridgell b7f0735c2b Filter: convert example from .pde to .cpp 10 years ago
Randy Mackay 151707cb0a Filter: replace 2*M_PI_F with M_2PI_F 10 years ago
Andrew Tridgell f9114f849b Filter: revert AP_Math class change 10 years ago
Tom Pittenger 6d1b517aae Filter: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger 347fc1e59c Filter: fix compile warnings re float constants 10 years ago
Randy Mackay 06ea18f97e Filter: fix LPF example sketch 10 years ago
Randy Mackay 99a9a88529 Filter: dt check fix for LPF 10 years ago
Jonathan Challinger f20a91ec95 Filter: add dt<0 check to LPF 10 years ago
Randy Mackay 22e1156c31 Filter: add some comments to LowPassFilter 10 years ago
Jonathan Challinger 76da2868d0 Filter: rework LowPassFilter 10 years ago
Randy Mackay ca92821445 Filter: LowPassFilter gets another div-by-zero check 10 years ago
Jonathan Challinger 57f8a4d29d Filter: add get_cutoff_frequency 10 years ago
Andrew Tridgell f3706d63c7 Filter: prevent copying the filter parms on apply 10 years ago
Andrew Tridgell b36122dec0 Filter: removed stdio.h 10 years ago
Jonathan Challinger 0133f0bb57 LowPassFilter2p: split into LowPassFilter2pfloat and LowPassFilter2pVector3f 10 years ago
Randy Mackay 4b78b2ce80 Filter: add get method to LowPassFilter 10 years ago
Randy Mackay cf35bd3f42 LowPassFilter: add div by zero check 11 years ago
Andrew Tridgell b16d84023e Filter: fixed example build 11 years ago
Randy Mackay a0369b85d1 LowPassFilter: make methods non-virtual 11 years ago
Randy Mackay 38222d65e9 DerivativeFilter: update and slope non-virtual 11 years ago
Randy Mackay 4040be9990 FilterWithBuffer: make get_sample non-virtual 11 years ago
Tobias f4000e66e6 Filter: add consts 11 years ago
Andrew Tridgell 99da118faa Filter: added in Leonards LowPassFilter2p filter 12 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Tobias 338c054da2 Filter: validity of array index was checked AFTER accessing the element. 12 years ago
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell d00b06d449 Filter: added a butter filter to example 12 years ago
Andrew Tridgell befc6b7b9b Filter: fixed butter filter build on px4 12 years ago
Pat Hickey 53ea7c564e Butter filter: needs header guards 12 years ago
Jonathan Challinger c66571b87d Filter: added 2nd-order butterworth filters. 12 years ago
Andrew Tridgell 30b50a858d Filter: fixed a warning on PX4 12 years ago
Andrew Tridgell 374af1cd14 build: change from Arduino.mk to apm.mk 12 years ago