Randy Mackay
4461952534
InertialNav: remove GPS glitch protection and baro reference
10 years ago
Randy Mackay
a76d970cc6
InertialNav_EKF: remove fall back to complementary filter
10 years ago
Randy Mackay
8e75c9580c
InertialNav: get_origin returns zero when no origin
...
If the EKF has not yet set the origin return location of all zeros
instead of uninitialised location
10 years ago
Randy Mackay
112f6a1854
AP_InertialNav: add comments
...
No functional change
10 years ago
Jonathan Challinger
c95e7b2282
AP_InertialNav: add get_origin function
10 years ago
Randy Mackay
f35efc56e0
InertialNav_EKF: get_filter_status replaces position_ok
10 years ago
Randy Mackay
023b2c0d6b
AP_InertialNav: fixed use of ahrs.get_velocity with EKF disabled
10 years ago
Andrew Tridgell
7b02d326f6
AP_InertialNav: fixed use of _ahrs.get_relative_position_NED() with EKF disabled
...
this prevents a floating point error caused by using an uninitialised
vector3 when switching between DCM and EKF control in AP_InertialNav
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
10 years ago
Randy Mackay
6f60ce3d6e
Inav_EKF: init member and remove hal reference to reduce compiler warnings
11 years ago
Randy Mackay
0e065e4894
AP_InertialNav: get_velocity_xy const
11 years ago
Andrew Tridgell
a88212eb7a
AP_InertialNav: fixed EKF version for new AHRS API
11 years ago
Andrew Tridgell
47f541e143
AP_InertialNav: implement InertialNav in terms of AHRS when available
11 years ago
Andrew Tridgell
658110dd8c
AP_InertialNav: added AP_InertialNav_NavEKF wrapper class
11 years ago