137 Commits (b3c636dfa3bf26878b248d7ef8213aaf25dd7c4b)

Author SHA1 Message Date
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 873e54deb1 AP_Math: fixed example build 12 years ago
Andrew Tridgell 4c752e4a94 AP_Math: simplify rotations test code 12 years ago
Andrew Tridgell e2b0e07973 AP_Math: removed unused matrix rotation code 12 years ago
Andrew Tridgell a295a01bbc AP_Math: added missing 90 degree rotations 12 years ago
Andrew Tridgell 2b1fcc964f AP_Math: added a quick test of floating point location accuracy 12 years ago
Andrew Tridgell 5434b2c017 AP_Math: update location code to avoid float rounding 12 years ago
Andrew Tridgell 9cb6c987d4 AP_Math: fixed example build 12 years ago
Andrew Tridgell 1d75b52411 AP_Math: use const references not pointers for location functions 12 years ago
Andrew Tridgell 468e55d425 AP_Math: added two new vector/matrix ops for kalman airspeed filter 12 years ago
Randy Mackay 540ca25b84 AP_Math: add rotateXY 12 years ago
Randy Mackay bd6a60f28b AP_Math: add M_PI_2 definition 12 years ago
Andrew Tridgell 8c49ed78a5 AP_Math: make the rotation numbers easier to find 12 years ago
Randy Mackay 8b87849acd Math: add wrap_PI 12 years ago
Randy Mackay d81b7b507d Math: add Leonard's fast tan function 12 years ago
Andrew Tridgell 5024da2695 AP_Math: fixed indent-tabs-mode 12 years ago
Randy Mackay 7c9d9b9800 AP_Math: use DEG_TO_RAD in longitude_scale 12 years ago
Andrew Tridgell 737f0305ef AP_Math: implement vector2 cross product 12 years ago
Andrew Tridgell f4189e083b AP_Math: added mulXY() for matrix3 and vector3 12 years ago
Andrew Tridgell ba83950fc4 libraries: replace constrain() with constrain_float() 12 years ago
Andrew Tridgell e1f9297551 AP_Math: move print_latlon() to location.cpp 12 years ago
Andrew Tridgell 83dc7dbc92 AP_Math: handle NaN in constrain(), returning average 12 years ago
Andrew Tridgell 43c3c60de2 AP_Math: moved a lot of vector templates to cpp from .h 12 years ago
Andrew Tridgell 78eb12a4ac AP_Math: added RadiansToCentiDegrees and RADIUS_OF_EARTH 12 years ago
Andrew Tridgell 8b119934ea AP_Math: fixed grammar error 12 years ago
Andrew Tridgell 2d29a6a7be AP_Math: added Vector2f.angle() 12 years ago
tobias 217b8d7a59 cleanup: use const for struct Location pointers and references 12 years ago
Andrew Tridgell 091b474a1d AP_Math: added wrap_360_cd() and wrap_180_cd() 12 years ago
Randy Mackay 7729ec950e AP_Math: longitude_scale function made public 12 years ago
Randy Mackay d2767b911c AP_Math: switch get_distance_cm to return uint32_t 12 years ago
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell 38062bbb6d AP_Math: support some more rotation combinations 12 years ago
Andrew Tridgell 374af1cd14 build: change from Arduino.mk to apm.mk 12 years ago
Andrew Tridgell eb74fddd9f AP_Math: added global GRAVITY_MSS define 12 years ago
Andrew Tridgell e7b915b0f4 AP_Math: fixed error comment 12 years ago
Andrew Tridgell d8bed0c2aa AP_Math: fixed get_distance() function 12 years ago
Andrew Tridgell a072afa223 AP_Math: expand some macros into functions 12 years ago
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 12 years ago
Andrew Tridgell a76688e630 Math: 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 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
rmackay9 56f88821e9 AP_AHRS: fix example sketch 12 years ago
rmackay9 3fd07805a7 AP_Math: added rotation method accuracy test to example sketch 12 years ago
rmackay9 d6324b3964 AP_Math: fix compile errors example sketches 12 years ago
uncrustify 652b490345 uncrustify libraries/AP_Math/vector2.h 13 years ago