188 Commits (7a70a888b58e7d61c62b91ad806a62f1b3cd447f)

Author SHA1 Message Date
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
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 f07e4dee52 AP_AHRS: convert to new GPS API 11 years ago
Randy Mackay efd4058e8b AHRS: interate move of p1 from Location to mission cmd 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 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
Randy Mackay a021d0ca31 AHRS: fix compiler warning 11 years ago
Andrew Tridgell 25ef0d5a7b AP_AHRS: don't allow get_velocity_NED() and get_relative_position_NED() without EKF 11 years ago
Randy Mackay 8f6fd86f69 AP_AHRS: make set_correct_centrifugal virtual 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
Andrew Tridgell 1e476e511a AP_AHRS: pass baro into AP_AHRS 11 years ago
Andrew Tridgell 6e5077b60b AP_AHRS: removed unused AP_AHRS_HIL 11 years ago
Andrew Tridgell b39a5062e9 AP_AHRS: use NavEKF for ground vector when available 11 years ago
Andrew Tridgell b6bc50051f AP_AHRS: allow reporting of secondary AHRS solution 11 years ago
Andrew Tridgell 8c5cde4efd AP_AHRS: allow NavEKF to be enabled at runtime with AHRS_EKF_USE=1 11 years ago
Andrew Tridgell 7ac78ff991 AP_AHRS: create AP_AHRS_NavEKF class 11 years ago
Andrew Tridgell c7533579ac AP_AHRS: added get_airspeed() interface to AHRS 11 years ago
Randy Mackay 3dc6ea682c AHRS: add update_trig 11 years ago
Andrew Tridgell 410d356979 AP_AHRS: make airspeed_estimate const 11 years ago
Michael Day e5addf86c1 AP_AHRS: Added getters for compass and GPS. 11 years ago
Andrew Tridgell 6ed493b10f AP_AHRS: added attitude_reset() method for HIL_SENSORS 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 d305dd5946 AP_AHRS: debounce the GPS/compass consistency test 11 years ago
Randy Mackay 8306d74da0 AHRS: remove DMP as an ahrs 12 years ago
Andrew Tridgell c044385fff AP_AHRS: added groundspeed() method 12 years ago
Andrew Tridgell 97b7130bb9 libraries: update license header to GPLv3 12 years ago
Andrew Tridgell 57d2dd814d AP_AHRS: added get_position_lag() call 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
Andrew Tridgell b721bcc129 AP_AHRS: removed get_roll_rate_earth() and get_pitch_rate_earth() 12 years ago
Andrew Tridgell 80e0f8044c AP_AHRS: added airspeed_sensor_enabled() function 12 years ago
Andrew Tridgell aaaa5247e3 AP_AHRS: make it possible to setup board orientation at runtime 12 years ago
Andrew Tridgell 14628990e6 AP_AHRS: make wind estimation configurable 12 years ago
Andrew Tridgell c08c084191 AP_AHRS: added get_projected_position() 12 years ago
Andrew Tridgell a17b85c661 AP_AHRS: use vectors for ground vector complimentary filter 12 years ago
Randy Mackay ceda7d26b0 AHRS: add correct_centrifugal and flags structure 12 years ago
Andrew Tridgell 943a1d8c8d AP_AHRS: added AHRS_GPS_MINSATS option 12 years ago
Andrew Tridgell 014c9376e7 AP_AHRS: use const references where possible 12 years ago
Andrew Tridgell 7ad293e270 AP_AHRS: made a few methods const 12 years ago
Andrew Tridgell a4d25f5a82 AHRS: removed AHRS_BARO_USE option 12 years ago
priseborough b63d0969b7 AP_AHRS: Addition of a first order complementary filter to AP_AHRS::groundspeed_vector 12 years ago
Andrew Tridgell ee81b0f729 AP_AHRS: added wind_correct_bearing() and groundspeed_vector() 12 years ago
Andrew Tridgell 896fd52aa1 AP_AHRS: fixed functions that need to be virtual 12 years ago