51 Commits (470e88f8b3ee48c7c861e5437eb5ab27c351a25f)

Author SHA1 Message Date
Pierre Kancir 892a999ba5 Filter: example fix travis warning 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 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
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
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 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
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
Gustavo Jose de Sousa a1af0c2051 Filter: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell b7f0735c2b Filter: convert example from .pde to .cpp 10 years ago
Tom Pittenger 6d1b517aae Filter: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Randy Mackay 06ea18f97e Filter: fix LPF example sketch 10 years ago
Jonathan Challinger 0133f0bb57 LowPassFilter2p: split into LowPassFilter2pfloat and LowPassFilter2pVector3f 10 years ago
Andrew Tridgell b16d84023e Filter: fixed example build 11 years ago
Andrew Tridgell 99da118faa Filter: added in Leonards LowPassFilter2p filter 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 374af1cd14 build: change from Arduino.mk to apm.mk 12 years ago
Andrew Tridgell 2ba2e1c279 Derivative: removed reference to DESKTOP_BUILD 12 years ago
rmackay9 120b494d83 Filter: #include AP_Buffer.h no longer needed now that completementary filter has been moved to InertialNav library 12 years ago
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 12 years ago
Andrew Tridgell 32afc3f9ae Filter: fixed example warnings 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Andrew Tridgell 7d27e420ae AP_HAL: remove unnecessary Arduino.h includes 12 years ago
Pat Hickey 475da4eca4 CONFIG_HAL_BOARD - test sketches fixed up, build all passes 12 years ago
Pat Hickey a4f1f6a5db AP_Progmem: fix dependencies for all sketches touched by AP_HAL_AVR 12 years ago
Pat Hickey c56c4ae240 Various example sketches: hal.uart0->begin(115200) is redundant. use console. 12 years ago
Pat Hickey 84e0dd406e Filter: ported to AP_HAL 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
Andrew Tridgell 5a0632340c Filter: fixed example build 12 years ago
rmackay9 957d366cca Filter: improved low pass filter allows setting gain using time_step and cutoff freq 12 years ago
rmackay9 50a4838879 AP_Motors, AP_RangeFinder, Filter: fixes to example sketches 12 years ago
uncrustify 44598c1be7 uncrustify libraries/Filter/examples/Derivative/Derivative.pde 13 years ago
uncrustify 19ad85b27f uncrustify libraries/Filter/examples/Filter/Filter.pde 13 years ago
uncrustify d0a2877188 uncrustify libraries/Filter/examples/LowPassFilter/LowPassFilter.pde 13 years ago
Andrew Tridgell 2a7b298bbc MAVLink: moved mavlink variables back to library 13 years ago
Andrew Tridgell 77f3b60b6f Filter: make the DerivativeFilter test GNUPlot friendly 13 years ago
Andrew Tridgell 6534dab719 Filter: fixed DerivativeFilter example build 13 years ago
Andrew Tridgell 75470dc912 Filter: cope with non-uniform time steps in the DerivativeFilter 13 years ago
rmackay9 2b2dbf2a7f Filter - added simple LowPassFilter (simple but it's possible to make errors with simple stuff too so might as well have one) 13 years ago
rmackay9 033347f8ee Filter - updated example sketch to use modified library 13 years ago