114 Commits (b45b8ff703f54f7915ef861e6b827c2f7220db1a)

Author SHA1 Message Date
Andrew Tridgell 50dcca39bd Filter: added a notch filter 8 years ago
Pierre Kancir 892a999ba5 Filter: example fix travis warning 8 years ago
Andrew Tridgell b165e025d9 Filter: added new constructor for 1p filter 8 years ago
Andrew Tridgell f94e4b4375 Filter: allow 1P LowPassFilter to work without alpha recalc per sample 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
Lucas De Marchi 18f1f8bea8 Filter: add AverageFilter variant to save current sum 9 years ago
Ricardo de Almeida Gonzaga 5bd034a5a8 Global: start using cmath instead of math.h 9 years ago
dgrat 5148e41c1a AP_Math: Cleaned macro definitions 9 years ago
Lucas De Marchi edd3e3c34a Filter: silence warning about unused function 9 years ago
Lucas De Marchi 98904825cb Filter: replace header guard with pragma once 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
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