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
...
* I mostly went through with grep and added an #include <AP_Param.h> below
every #include <AP_Common.h>. Not all of these example sketches might
strictly need AP_Param.
12 years ago
rmackay9
56f88821e9
AP_AHRS: fix example sketch
...
AP_Airspeed: fix example sketch
AP_Baro: fix example sketch
AP_Declination: fix example sketch
AP_Math: fix example sketch
12 years ago
rmackay9
d6324b3964
AP_Math: fix compile errors example sketches
12 years ago
uncrustify
86627c9a9d
uncrustify libraries/AP_Math/examples/eulers/eulers.pde
13 years ago
Andrew Tridgell
22ff8cb197
examples: fixed build of some examples with new AP_Declination code
13 years ago
Andrew Tridgell
17fbb8ea26
Math: fixed the build of the eulers test in SITL
13 years ago
Andrew Tridgell
17f7292fe9
Math: added a test for the rotate() method
13 years ago
Andrew Tridgell
af9ce0cfc9
Math: allow eulers test to build with AP_Declination library
13 years ago
Andrew Tridgell
72a761170b
Math: fixed build of eulers test on SITL
13 years ago
Andrew Tridgell
0ec9857689
Math: any euler angle with pitch > 90 is invalid
...
both DCM and quaternion always return pitch in the range -90 to 90
13 years ago
Andrew Tridgell
4d3789d11c
AP_Math: update the test suite
13 years ago
Andrew Tridgell
a92fb67b70
AP_Math: expanded the math test suite
13 years ago
Andrew Tridgell
c7d5f06b21
AP_Math: added quaternion helper functions and a test suite
13 years ago