12 Commits (a1508b58c189575bdd5dad7f876b722d77a162b8)

Author SHA1 Message Date
Pierre Kancir f2812c1efd AP_Math: example fix travis warning 8 years ago
murata ec4cce15a1 AP_Math: Unify from print or println to printf. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Caio Marcelo de Oliveira Filho 8257e6ab89 AP_Math: examples use millis/micros/panic functions 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 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 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 fb2eb262e7 AP_Math: use ARRAY_SIZE instead of defining another one 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
Randy Mackay 114c4f4077 AP_Match: fix example sketch 10 years ago
Tom Pittenger a5d2f3a82f AP_Math: compiler warnings: float to double 10 years ago
Andrew Tridgell 184c4c8ac5 AP_Math: fixed example build 11 years ago
Andrew Tridgell 03dc27147e AP_Math: port examples to Linux 11 years ago
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 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 7dbe198e5c AP_Math: port to work on coreless arduino (AP_HAL) 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
uncrustify 87c263fbb9 uncrustify libraries/AP_Math/examples/polygon/polygon.pde 13 years ago
Andrew Tridgell e7568db237 fixed comment 13 years ago
Andrew Tridgell 6efa2e53cb AP_Math: re-work polygon algorithm for perfect precision 13 years ago
Andrew Tridgell a3a0e5646f polygon: improve the speed and precision of the polygon algorithm 13 years ago
Andrew Tridgell 42522baf9f geofence: store fence points as int32_t 13 years ago
Andrew Tridgell 9b6bab8904 AP_Math: better polygon algorithm 13 years ago
Andrew Tridgell 85e295332f AP_Math: added Polygon_complete() function 13 years ago
Andrew Tridgell 117a98f9a2 AP_Math: added a Polygon_outside() function 13 years ago