491 Commits (65b4ba0539772c025bfa1878bcb7651558a448eb)

Author SHA1 Message Date
Daniel Frenzel ef7cf7c4aa AP_Math: Removed useless header 9 years ago
Peter Barker 80bc7a50d7 AP_Math: define MATH_CHECK_INDEXES 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa a2d2661765 waf: use methods from bld instead of ardupilotwaf for the remaining 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 60af7a6087 AP_Math: removed matrix3 parameter support 9 years ago
Andrew Tridgell 16e0a6d7b0 AP_Math: fixed angle between two vector3s 9 years ago
Lucas De Marchi 180359d6dd AP_Math: fix unit test 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
bugobliterator fe62a049bd AP_Math: implement LU decomposition based matrix inverse 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
Jonathan Challinger 7ed8b3814f AP_Math: add rotate_inverse to Vector3 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Lucas De Marchi 502077d763 AP_Math: stop using Progmem.h 9 years ago
José Roberto de Souza d74bd533c8 AP_Math: Add function to convert frequency to/from microseconds 9 years ago
José Roberto de Souza 38575dd87a AP_Math: Fix parameter name in nsec_to_hz() 9 years ago
Jonathan Challinger 0a701088d4 AP_Math: fix bug in Quaternion::operator*= 9 years ago
Jonathan Challinger fff275fd99 AP_Math: add wrap_2PI 9 years ago
Tom Pittenger f8b0a6a977 AP_Math: compiler warnings - undeclared function 9 years ago
Tom Pittenger 103af93ec3 AP_Math: compiler warnings - float compare to constant (zero) 9 years ago
Lucas De Marchi f5c03c786d AP_Math: remove unused AP_ADC_AnalogSource 9 years ago
Gustavo Jose de Sousa eef784fbe6 AP_Math: add benchmark for matrix multiplication 9 years ago
Gustavo Jose de Sousa 4266e924d0 AP_Math: add unit test for vector rotations 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi aa9168e0e9 AP_Math: remove unused maxf() 9 years ago
Lucas De Marchi 6f88fba8e5 AP_Math: remove unused minf() 9 years ago
Lucas De Marchi e0a0514c79 AP_Math: turn MIN/MAX macros into inline functions 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 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
José Roberto de Souza d53911e3f6 AP_Math: Add functions to convert microseconds to/from nanoseconds 9 years ago
José Roberto de Souza ca533a9d94 AP_Math: Add functions to convert frequency to/from nanoseconds 9 years ago
Lucas De Marchi fb28f426da AP_Math: remove check for AVR CPUs 9 years ago
Lucas De Marchi c7871d1bca AP_Math: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 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 831d8acca5 Remove use of PROGMEM 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
Andrew Tridgell c9ec8b3f67 AP_Math: added O3 optimisation to core math libraries 9 years ago
Randy Mackay 6145794da2 AP_Math: remove duplicate RADIUS_OF_EARTH definition 9 years ago
Randy Mackay 39340e70f8 Math: add Vector2 is_zero method 10 years ago
Valmantas Palikša d4daf19151 AP_Math: Move simple math function implementations to header for better 10 years ago