648 Commits (30249e800659fabf2a81f74c370a1a5f96b98882)

Author SHA1 Message Date
Andrew Tridgell 1dad9e4e94 AHRS: improved some more doc strings 12 years ago
Andrew Tridgell eb1d5c2c68 AHRS: improved docs for AHRS_GPS_USE 12 years ago
Andrew Tridgell 5a214acca3 AHRS: changed the docs for AHRS_YAW_P and AHRS_RP_P 12 years ago
Andrew Tridgell 8561f08b2f AP_AHRS: prevent a large delta_t from affecting DCM solution 12 years ago
rmackay9 56f88821e9 AP_AHRS: fix example sketch 12 years ago
rmackay9 83ae8e47be AP_AHRS: replace IMU with INS and add roll and pitch trim 12 years ago
Andrew Tridgell fe47990dab AP_AHRS: removed the 6 sats min 12 years ago
Andrew Tridgell 6a24bdec05 AP_AHRS: require at least 6 satellites to use the GPS for velocity 12 years ago
Andrew Tridgell ea40432235 AP_AHRS: use GPS vertical velocity when available 12 years ago
rmackay9 9e3824a09b AP_AHRS: fix compile error in example sketch 12 years ago
Andrew Tridgell 00bf548f87 AHRS: limit wind speed estimate changes 13 years ago
rmackay9 e33d314f1d AP_AHRS_MPU6000: resolve compiler warning re shadowing 13 years ago
rmackay9 670fcbb634 AP_AHRS_MPU6000: fixed yaw correction and added _secondary_ahrs parameter 13 years ago
rmackay9 8c6fd340d7 AP_AHRS: added scheduler parameter to init 13 years ago
rmackay9 41fbb19cf5 AP_InertialSensor_MPU6000: replaced _cs_pin parameter with #define and saved 1 byte of memory 13 years ago
Andrew Tridgell ccf8ba3ce9 DCM: limit the contribution of the baro to vertical acceleration 13 years ago
Andrew Tridgell 458a42654b DCM: disable use of baro for vertical accel by default 13 years ago
Michael Oborne 94f956a0ca fix AP attitude hil - with randys help 13 years ago
rmackay9 1c9fe3b1b6 AP_AHRS: fix to allow example sketch to compile 13 years ago
Andrew Tridgell fba1692d69 AHRS: added AHRS_BARO_USE parameter 13 years ago
Andrew Tridgell de28cc8b28 AHRS: added AHRS_WIND_MAX option 13 years ago
Andrew Tridgell 2be785899b AHRS: added airspeed_estimate() function 13 years ago
Andrew Tridgell 8b53f1272a AHRS: new functions to support APM_Control library 13 years ago
uncrustify e17fcbd9cb uncrustify libraries/AP_AHRS/AP_AHRS_HIL.h 13 years ago
uncrustify af588679b9 uncrustify libraries/AP_AHRS/AP_AHRS.h 13 years ago
uncrustify 8c0e4f3987 uncrustify libraries/AP_AHRS/AP_AHRS_MPU6000.h 13 years ago
uncrustify bc80148c75 uncrustify libraries/AP_AHRS/AP_AHRS_DCM.h 13 years ago
uncrustify 31a4442904 uncrustify libraries/AP_AHRS/AP_AHRS_DCM.cpp 13 years ago
uncrustify d6d7606c84 uncrustify libraries/AP_AHRS/AP_AHRS_HIL.cpp 13 years ago
uncrustify 9e4e08699d uncrustify libraries/AP_AHRS/AP_AHRS_MPU6000.cpp 13 years ago
uncrustify 6327305116 uncrustify libraries/AP_AHRS/examples/AHRS_Test/AHRS_Test.pde 13 years ago
Andrew Tridgell 6d28b3519f AHRS: removed AP_AHRS_Quaternion 13 years ago
Andrew Tridgell 2985de279f AHRS: fixed duplicate gps_use variable in DCM 13 years ago
Andrew Tridgell 134cd51d17 AHRS: moved var_info[] into top level AP_AHRS class 13 years ago
Andrew Tridgell ac72db8f00 AHRS: added set_fast_gains() method 13 years ago
Andrew Tridgell 14cdbd36cb AHRS: check for bad values in the error before they can affect DCM 13 years ago
Andrew Tridgell d9cc967508 AHRS: force an extra read of the compass on startup 13 years ago
Andrew Tridgell 73dcbc24c3 Quaternion: we no longer support acceleration in the GPS driver 13 years ago
Andrew Tridgell 9b4b7997b6 AHRS: added ahrs.yaw_initialised() 13 years ago
Andrew Tridgell 48e275e22d AHRS: avoid a compiler bug in quaternion code 13 years ago
Andrew Tridgell 19a5d11669 AHRS: use airspeed for wind in forward flight 13 years ago
Andrew Tridgell f5b7ae213c AHRS: added AHRS_GPS_USE parameter 13 years ago
Andrew Tridgell 779dacfd24 AHRS: added wind estimation code 13 years ago
Andrew Tridgell af4071894e AHRS: added long-term dead-reckoning 13 years ago
Andrew Tridgell f95b06a880 AHRS: make airspeed sensor available to AHRS 13 years ago
Andrew Tridgell b01907cf23 ACM: fixed HIL build 13 years ago
Jason Short 52b2aacf28 AHRS DCM: FOrmatting 13 years ago
Andrew Tridgell 898a5af692 AP_Param: update AHRS for new constructor syntax 13 years ago
rmackay9 0eaf427062 AP_AHRS_MPU6000: cleaning up compiler warning due to unused yaw_deltat variable 13 years ago
rmackay9 1b521a9f73 AP_AHRS: updated test sketch to allow use of MPU6000's DMP 13 years ago