156 Commits (5614fd1ccc04ecf25e0c65c0c53938220e1dd30a)

Author SHA1 Message Date
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 4d24a86088 AP_AHRS: prevent a infinity value 11 years ago
Andrew Tridgell f07e4dee52 AP_AHRS: convert to new GPS API 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
Jonathan Challinger f321a5f241 AP_AHRS: Change airspeed_estimate to const in children of AP_AHRS 11 years ago
Andrew Tridgell eedd88c2ec AP_AHRS: give zero lat/lng and baro alt if no position yet in DCM 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
Paul Riseborough 08267cea87 AP_AHRS: Scheduling for yaw gain to reduce atitude errors in turning flight 11 years ago
Andrew Tridgell 5d43a1d704 AP_AHRS: added inertial nav interfaces to AHRS 11 years ago
Andrew Tridgell 392995ef84 AP_AHRS: make AHRS handle altitude 11 years ago
Randy Mackay 6946d68318 AHRS_DCM: call update_trig 11 years ago
Paul Riseborough f2c2811ef3 AP_AHRS & AP_Math: fixed bug in use of AHRS_TRIM parameters 11 years ago
Andrew Tridgell baa4ecc2ea APA_AHRS: update for compass API change 11 years ago
Andrew Tridgell b248cc0868 AP_AHRS: fixed a build warning 11 years ago
Andrew Tridgell 6ed493b10f AP_AHRS: added attitude_reset() method for HIL_SENSORS 11 years ago
Andrew Tridgell 4f871c87f1 AP_AHRS: detect and try to cope with bad accels 11 years ago
Andrew Tridgell 02d6f012ce AP_AHRS: added accel sum delay buffer to account for GPS lag 11 years ago
Andrew Tridgell d31e557983 AP_AHRS: save memory and reduce pointer references 11 years ago
Andrew Tridgell cb52b6f367 AP_AHRS: removed limit on normalisation of accel reference vectors 11 years ago
Andrew Tridgell 31eaaada62 AP_AHRS: removed vertical G limit on GPS velocity correction 11 years ago
Andrew Tridgell a7931b1581 AP_AHRS: fixed wrapping bug in GPS based heading error 11 years ago
Andrew Tridgell 17b27a47de AP_AHRS: prevent GPS yaw resets on compass errors 11 years ago
Andrew Tridgell d305dd5946 AP_AHRS: debounce the GPS/compass consistency test 11 years ago
Andrew Tridgell 587fb58720 AP_AHRS: fixed license text 12 years ago
Andrew Tridgell 0d36832b82 AP_AHRS: use const reference not pointers for locations 12 years ago
Andrew Tridgell ec73fadc45 AP_AHRS: added true airspeed support in AHRS 12 years ago
Randy Mackay 0325ad5d0d AP_AHRS: use rotateXY for speed 12 years ago
Andrew Tridgell 086e8f80dc AP_AHRS: fixed spin rate gain conversion from degrees to radians 12 years ago
Andrew Tridgell 279f6d00f0 AP_AHRS: changes for GPS field changes 12 years ago
tobias 1bf135b36f AP_AHRS: make some more functions const 12 years ago
Andrew Tridgell 7d42a0562d AP_AHRS: cope better with large GPS yaw changes 12 years ago
Andrew Tridgell 14628990e6 AP_AHRS: make wind estimation configurable 12 years ago
Andrew Tridgell 6f1cee6406 AP_AHRS: fixed position estimate with 2D fix or low satellite count 12 years ago
Randy Mackay ceda7d26b0 AHRS: add correct_centrifugal and flags structure 12 years ago
Andrew Tridgell 38fc0e61c6 AP_AHRS: optimise yaw drift correction 12 years ago
Randy Mackay ee2daf25b6 AHRS: perf improvement by caching declination vector 12 years ago
Andrew Tridgell 943a1d8c8d AP_AHRS: added AHRS_GPS_MINSATS option 12 years ago
Andrew Tridgell ba83950fc4 libraries: replace constrain() with constrain_float() 12 years ago
Andrew Tridgell f5d6fb6216 AP_AHRS: added _kp gain reduction for catapult launch 12 years ago
Andrew Tridgell fd2cd0d1c2 DCM: fixed formatting 12 years ago
jschall 610069e729 DCM: fixed airspeed bug 12 years ago
Andrew Tridgell a4d25f5a82 AHRS: removed AHRS_BARO_USE option 12 years ago
Andrew Tridgell 8459da202c AP_AHRS: prevents compass flyaways for plane and rover 12 years ago
Randy Mackay 24044dc0c4 AHRS: add support for GPS fix type 2D 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell 3ac3aeb1b1 AHRS: fixed build on ARM 12 years ago
rmackay9 1c08f176ea AP_AHRS: add get_accel_ef method to return earth frame accelerometer values for use in ArduCopter's inertial nav and accel based throttle 12 years ago