261 Commits (e66243f72ec7b9f8df1120caf5a0677663a24e2d)

Author SHA1 Message Date
Randy Mackay a6de3283b6 AHRS_DCM: init members to resolve compiler warnings 11 years ago
Andrew Tridgell 0f5b65e40e AP_AHRS: fixed example build 11 years ago
Przemek Lekston ae4814a773 AP_AHRS_DCM.cpp: changed the direction of position projection to ensure correct behavious in crosswind 11 years ago
Andrew Tridgell 82d0666501 AP_AHRS: fixed example build 11 years ago
Andrew Tridgell 6a275372dd AP_AHRS: ensure get_position() fills in flags 11 years ago
Randy Mackay d23b685023 AP_AHRS: add empty virtual destructor 11 years ago
Randy Mackay 1f2e38ed28 AHRS: initalise members to reduce compiler warnings 11 years ago
Andrew Tridgell 28fedba4d8 AP_AHRS: fixed gyro_bias sign, and pre-calculate gyro_estimate for EKF 11 years ago
Jonathan Challinger 966d66ef40 AP_AHRS_NavEKF: use gyro drift states from EKF in get_gyro 11 years ago
Jonathan Challinger 61987f6655 AP_AHRS: Fixed DCM get_gyro function 11 years ago
Andrew Tridgell d70bee9249 AP_AHRS: fix for HAL_GPIO_* 11 years ago
Andrew Tridgell b3c1e515dc AP_AHRS: when no accel info available in buffer use current value 11 years ago
Andrew Tridgell 315290029a AP_AHRS: fixed check of accel sensor health 11 years ago
Andrew Tridgell 1a05c27bbb AP_AHRS: added healthy() function 11 years ago
Andrew Tridgell c8c6e05a4a AP_AHRS: added vehicle class to AHRS 11 years ago
Andrew Tridgell 4d24a86088 AP_AHRS: prevent a infinity value 11 years ago
Andrew Tridgell b7350118a6 AP_AHRS: enable EKF wind estimate with no airspeed sensor 11 years ago
Andrew Tridgell 27a3b5fb36 AP_AHRS: fixed wind reporting with EKF and no airspeed sensor 11 years ago
Andrew Tridgell 35c111a63a AP_AHRS: fixed example build 11 years ago
Andrew Tridgell f07e4dee52 AP_AHRS: convert to new GPS API 11 years ago
Andrew Tridgell afab8a9c5b AP_AHRS: fixed example build 11 years ago
Randy Mackay efd4058e8b AHRS: interate move of p1 from Location to mission cmd 11 years ago
Paul Riseborough 15a44571c2 AP_NavEKF : enable operation without a compass for planes 11 years ago
Andrew Tridgell aaaae9a222 AP_AHRS: added get_fly_forward() method 11 years ago
Andrew Tridgell 9a5ecc9541 AP_AHRS: use primary accel for accel_ef 11 years ago
Andrew Tridgell b53496d470 AP_AHRS: choose the best accelerometer at each drift correction step 11 years ago
Andrew Tridgell 0b45d2bc06 AP_AHRS: removed the AHRS_GPS_DELAY parameter 11 years ago
Andrew Tridgell 6fc5c12f1d AP_AHRS: remove unused variable 11 years ago
Jonathan Challinger f321a5f241 AP_AHRS: Change airspeed_estimate to const in children of AP_AHRS 11 years ago
Paul Riseborough 9f3c19c03a AP_AHRS : change initialisation requirements for EKF and use dynamic method 11 years ago
Andrew Tridgell b434c11215 AP_AHRS: removed empty file 11 years ago
Andrew Tridgell 3b1f9a4bbf AP_AHRS: added get_armed() and set_armed() calls 11 years ago
Andrew Tridgell fad0b2b233 AP_AHRS: added get_correct_centrifugal() 11 years ago
Andrew Tridgell ee37bc3d27 AP_AHRS: ensure we have HAL_CPU_CLASS available 11 years ago
Randy Mackay a021d0ca31 AHRS: fix compiler warning 11 years ago
Andrew Tridgell be33a9634e AP_AHRS: move using_EKF to .cpp to make it easier in gdb 11 years ago
Andrew Tridgell eedd88c2ec AP_AHRS: give zero lat/lng and baro alt if no position yet in DCM 11 years ago
Randy Mackay 5bdc564191 AP_AHRS: fix example sketch 11 years ago
Andrew Tridgell 801ceacaf2 AP_AHRS: re-run update_trig() after EKF AHRS update 11 years ago
Andrew Tridgell 25ef0d5a7b AP_AHRS: don't allow get_velocity_NED() and get_relative_position_NED() without EKF 11 years ago
Andrew Tridgell c62ccce9d8 AP_AHRS: make estimate_wind() public 11 years ago
Andrew Tridgell f09ae0c2d0 AP_AHRS: expose get_NavEKF as non-const 11 years ago
Paul Riseborough 08267cea87 AP_AHRS: Scheduling for yaw gain to reduce atitude errors in turning flight 11 years ago
Paul Riseborough b4171853b1 AP_NavEKF: allow initialisation before GPS lock to aid indoor testing 11 years ago
Paul Riseborough 0599817aa9 AP_AHRS : EKF initialisation changed to use bootstrap method 11 years ago
Randy Mackay f068d0ff7e AP_AHRS_NavEKF: expose non-const EKF for tuning 11 years ago
Randy Mackay 9f130b40a0 AP_AHRS_NavEKF: override set_correct_centrifugal 11 years ago
Randy Mackay 8f6fd86f69 AP_AHRS: make set_correct_centrifugal virtual 11 years ago
Paul Riseborough a87df0ad56 AP_AHRS : set NavEKF staticMode using call to set_correct_centrigual 11 years ago
Paul Riseborough ab08a5c7d6 AP_AHRS : altered NavEKF set home to reset position instead of reset filter 11 years ago