Paul Riseborough
|
9f3c19c03a
|
AP_AHRS : change initialisation requirements for EKF and use dynamic method
|
2014-02-23 19:50:34 +11:00 |
Andrew Tridgell
|
fad0b2b233
|
AP_AHRS: added get_correct_centrifugal()
used by NavEKF to force static mode
|
2014-02-19 10:28:14 +11:00 |
Andrew Tridgell
|
ee37bc3d27
|
AP_AHRS: ensure we have HAL_CPU_CLASS available
|
2014-02-16 17:57:09 +11:00 |
Andrew Tridgell
|
be33a9634e
|
AP_AHRS: move using_EKF to .cpp to make it easier in gdb
|
2014-02-15 09:25:40 +11:00 |
Andrew Tridgell
|
25ef0d5a7b
|
AP_AHRS: don't allow get_velocity_NED() and get_relative_position_NED() without EKF
this avoids some linking issues, plus the functions are inaccurate
without EKF
|
2014-02-15 05:48:24 +11:00 |
Andrew Tridgell
|
f09ae0c2d0
|
AP_AHRS: expose get_NavEKF as non-const
better than having two methods
|
2014-02-15 05:48:22 +11:00 |
Randy Mackay
|
f068d0ff7e
|
AP_AHRS_NavEKF: expose non-const EKF for tuning
|
2014-02-15 05:48:20 +11:00 |
Randy Mackay
|
9f130b40a0
|
AP_AHRS_NavEKF: override set_correct_centrifugal
|
2014-02-15 05:48:20 +11:00 |
Andrew Tridgell
|
a74fcc5a93
|
AP_AHRS: added set_ekf_use()
|
2014-02-15 05:48:17 +11:00 |
Andrew Tridgell
|
5d43a1d704
|
AP_AHRS: added inertial nav interfaces to AHRS
|
2014-02-15 05:48:16 +11:00 |
Andrew Tridgell
|
392995ef84
|
AP_AHRS: make AHRS handle altitude
AHRS now holds the home position
|
2014-02-15 05:29:47 +11:00 |
Andrew Tridgell
|
1e476e511a
|
AP_AHRS: pass baro into AP_AHRS
first step in making AHRS handle altitude
|
2014-02-15 05:29:47 +11:00 |
Andrew Tridgell
|
84c7b0d7fd
|
AP_AHRS: check for NavEKF health
|
2014-02-15 05:29:46 +11:00 |
Andrew Tridgell
|
b39a5062e9
|
AP_AHRS: use NavEKF for ground vector when available
|
2014-02-15 05:29:45 +11:00 |
Andrew Tridgell
|
b6bc50051f
|
AP_AHRS: allow reporting of secondary AHRS solution
|
2014-02-15 05:29:45 +11:00 |
Andrew Tridgell
|
8c5cde4efd
|
AP_AHRS: allow NavEKF to be enabled at runtime with AHRS_EKF_USE=1
|
2014-02-15 05:28:10 +11:00 |
Andrew Tridgell
|
7ac78ff991
|
AP_AHRS: create AP_AHRS_NavEKF class
subclass of AP_AHRS_DCM, just a wrapper for now, will add EKF calls
next
|
2014-02-15 05:28:09 +11:00 |