249 Commits (84b1468ce6c127c8d98c65392e89e4d5add98cc6)

Author SHA1 Message Date
Peter Barker 383807e334 AP_AHRS: move AOA state to private in frontend 4 years ago
Peter Barker ca58aa9c5f AP_AHRS: stop using AHRS as conduit for Compass pointer 4 years ago
Peter Barker e4bceb2417 AP_AHRS: move AOA/SSA to AP_AHRS, don't recalc on fetch 4 years ago
Peter Barker 5160b4f6ca AP_AHRS: move AP_NMEA_Output to AHRS frontend 4 years ago
Peter Barker b7d4166b28 AP_AHRS: rename AP_AHRS_NavEKF.* to AP_AHRS.* 4 years ago
Paul Riseborough 8f1b98a0cb AP_AHRS: Add accessor function for vibration affected status 4 years ago
Peter Barker b450a96698 AP_AHRS: shuffle AP_AHRS classes 4 years ago
Peter Barker 0d391533b0 AP_AHRS: remove ability to use DCM as AHRS 4 years ago
Peter Barker dc5656d34a AP_AHRS: remove accessors only used internally 4 years ago
Peter Barker ee0a373b60 AP_AHRS: remove HIL support 4 years ago
Pierre Kancir d2278fb525 AP_AHRS: NavEKF: make set_origin and get_origin WARN_IF_UNUSED as base class 4 years ago
Peter Barker 9eeec61cec AP_AHRS: new APIs for takeoff/touchdown expected 4 years ago
murata fcba2a6e69 AP_AHRS: Remove unused methods 4 years ago
Paul Riseborough aa49e92edc AP_AHRS: Remove unused AP_AHRS_NavEKF::yaw_alignment_complete API 4 years ago
Paul Riseborough af2bf6097b AP_AHRS: Add accessor function for EKF3 yaw alignment status 4 years ago
Paul Riseborough d1d790019c AP_AHRS: Improve use of estimated airspeed 4 years ago
Randy Mackay 62932f884f AP_AHRS: pre_arm_check may skip position checks 4 years ago
Randy Mackay 0cc9fd2b5d AP_AHRS_NavEKF: get_secondary_quat and position may return EKF3 value 4 years ago
Andrew Tridgell b73131cdbc AP_AHRS: review fixes 4 years ago
Andrew Tridgell 75ad1a7d31 AP_AHRS: send a text msg when active EKF changes 4 years ago
Andrew Tridgell 9dbd2d3eba AP_AHRS: expose active EKF type for logging 4 years ago
Andrew Tridgell e284c5694d AP_AHRS: added AHRS_EKF_TYPE=11 for external AHRS 4 years ago
Paul Riseborough 3a0105fcc3 AP_AHRS: Add accessor function for body frame airspeed vector 4 years ago
Peter Barker 0fca126d06 AP_AHRS: mark get_hagl as WARN_IF_UNUSED 4 years ago
Andrew Tridgell 0a80fce8b8 AP_AHRS: removed inhibitGps and inhibitGpsVertVel options 4 years ago
Randy Mackay 4b542aa714 AP_AHRS: add get_vel_innovations_and_variances_for_source 4 years ago
Randy Mackay dc5d1d099b AP_AHRS: add set_posvelyaw_source_set 4 years ago
Andrew Tridgell 1bc82d3118 AP_AHRS: removed have_ekf_logging() 4 years ago
Andrew Tridgell 9b35bfba55 AP_AHRS: use enum class for takeoff/touchdown states 4 years ago
Andrew Tridgell 31fbb59384 AP_AHRS: delay EKF start until logging ready 4 years ago
Randy Mackay 6a72805f07 AP_AHRS: get_variances does not return offset 4 years ago
Peter Barker 565b29a72c AP_AHRS: remove FLAG_NONE; it's not a flag, it's a bitmask value 4 years ago
Peter Barker 1ef92bb691 AP_AHRS: remove un-needed initialisations 4 years ago
Randy Mackay 1d97416a51 AP_AHRS: replace prearm_healthy with pre_arm_check 4 years ago
Harshit Kumar Sankhla b5b3298f0a AP_AHRS: get airspeed estimate from non-primary instances too 5 years ago
Randy Mackay d0a2198e00 AP_AHRS: expose EKF setTerrainHgtStable accessor 5 years ago
chobits c9e363d529 AP_AHRS: support VISION_SPEED_ESTIMATE 5 years ago
Randy Mackay b2ad1caf75 AP_AHRS: writeBodyFrameOdom accepts delay 5 years ago
Randy Mackay 762e82d49d AP_AHRS: writeExtNavData accepts delay 5 years ago
Andrew Tridgell 8868ac2d6f AP_AHRS: disable EKF2 by default on 1M boards 5 years ago
Randy Mackay 8caf7d5811 AP_AHRS: add set_alt_measurement_noise 5 years ago
Randy Mackay 585c806618 AP_AHRS: add get_primary_core_index 5 years ago
Paul Riseborough 22c2ea7cbf AP_AHRS: Add accessor function for EKF yaw reset request 5 years ago
Paul Riseborough 9cf75bf22e AP_AHRS: Enable EKF3 default airspeed to be set 5 years ago
Randy Mackay 79afc70cdb AP_AHRS: remove writeExtNavData sensOffset argument 5 years ago
Andrew Tridgell 5c399fce41 AP_AHRS: auto-switch to EK3/EK2 if selected option disabled 5 years ago
Randy Mackay b0b78e974b AP_AHRS: add get_quaternion 5 years ago
Randy Mackay 24bb4876a8 AP_AHRS: move is_ext_nav_used_for_yaw to parent 5 years ago
Peter Barker 583b25e6aa AP_AHRS: allow NavEKFs to be compiled out 5 years ago
Peter Barker 14fce28e1b AP_AHRS: move EKF objects in; this requires unconsting some methods 5 years ago