109 Commits (28b3de91cfb7711ff22c70d117690f3f31b95aeb)

Author SHA1 Message Date
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 3969bde84a AP_Math: fixed coverity warning in example 9 years ago
Peter Barker cb16d0b6c6 AP_Math: correct examples build on px4 9 years ago
Andrew Tridgell 6165c42535 AP_Math: added from_axis_angle() method on Matrix3f 9 years ago
Gustavo Jose de Sousa 6729475b25 AP_Math: fix eulers example for PX4 9 years ago
Gustavo Jose de Sousa d9bb696fa3 AP_Math: avoid bias in rand_num() in eulers example 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
Lucas De Marchi ba3325ffd3 AP_Math: rename rotation 9 years ago
Jonathan Challinger 83d5a6664a AP_Math: minor changes to matrix_alg in response to review 9 years ago
bugobliterator 1a4b4fa85e AP_Math: add inverse matrix test to check if inverse(mat)*mat = I 9 years ago
Siddharth Bharat Purohit a0c3cbffee AP_Math: add inverse matrix test example 9 years ago
Siddharth Bharat Purohit 5af0cc8eaf AP_Math: add inverse rotate example function 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Lucas De Marchi f5c03c786d AP_Math: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Caio Marcelo de Oliveira Filho 8257e6ab89 AP_Math: examples use millis/micros/panic functions 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Lucas De Marchi fb28f426da AP_Math: remove check for AVR CPUs 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Caio Marcelo de Oliveira Filho 5020db4481 AP_Math: remove unnecessary includes 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
Gustavo Jose de Sousa 4790371f9b AP_Math: standardize inclusion of libaries headers 10 years ago
Lucas De Marchi 0471de2342 AP_Math: use ARRAY_SIZE macro 10 years ago
Lucas De Marchi fb2eb262e7 AP_Math: use ARRAY_SIZE instead of defining another one 10 years ago
Andrew Tridgell 6009ae55b1 AP_Math: fixed build of eulers example sketch 10 years ago
Andrew Tridgell 3edac37929 AP_Math: removed unused include in example 10 years ago
Andrew Tridgell 4d040bbb94 AP_Math: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 2b828a794e AP_Math: fixed example build 10 years ago
Randy Mackay 114c4f4077 AP_Match: fix example sketch 10 years ago
Andrew Tridgell 605b8b4ece AP_Math: converted rotations example to cpp 10 years ago
Andrew Tridgell 062c9406bd AP_Math: fixed rotations example build 10 years ago
Tom Pittenger e20ffa8c75 AP_Math: replace fabs() with fabsf() 10 years ago
Tom Pittenger a5d2f3a82f AP_Math: compiler warnings: float to double 10 years ago
Andrew Tridgell eca675c556 AP_Math: fix for HAL_SITL rename 10 years ago
Randy Mackay fecbf06008 AP_Math: fix example sketches 10 years ago
Tom Pittenger a8dda9f2ed AP_Math: fix compile warnings re float constants 10 years ago
Randy Mackay 689cc9e298 AP_Math: fix example sketch 10 years ago
Jonathan Challinger 9e5a30d5ba AP_Math: change ROTATION_YAW_293_PITCH_68_ROLL_180 to ROLL_90 10 years ago
Andrew Tridgell 38c5f25c70 AP_Math: fixed example build 10 years ago
Randy Mackay 503d14428d AP_Math: add new rotation to example rotation sketch 10 years ago
Jonathan Challinger cdd2199138 AP_Math: expand frame transformation test case for quaternions 10 years ago
Jonathan Challinger 70845882a7 AP_Math: fix up rotation test suite 10 years ago
Andrew Tridgell 184c4c8ac5 AP_Math: fixed example build 11 years ago