166 Commits (86c25b98d57bfb6a794444e753bea53ece56cdd0)

Author SHA1 Message Date
Iampete1 480cc3fa46 AP_AHRS: convert param to new custom rotation 3 years ago
Iampete1 1cc2e082e0 AP_AHRS: remove custom rotations 3 years ago
Peter Barker 24099f9a2d AP_AHRS: include cleanups 3 years ago
Andrew Tridgell 01ac314837 AP_AHRS: use EKF rejecting_airspeed flag 3 years ago
RuffaloVM bb1bd69172 AP_AHRS : remove duplicated words from comments 3 years ago
Randy Mackay 9126e14c9c AP_AHRS: getOptFlowSample returns latest correct flow data for use in calibration 3 years ago
Peter Barker bd069cc5e9 AP_AHRS: move logging of SIMSTATE, AHRS2 and POS into AP_AHRS library 3 years ago
Peter Barker ff63b62b0c AP_AHRS: rename AP_AHRS::get_position to get_location 3 years ago
Peter Barker a6099acd5c AP_AHRS: return failure in pre_arm_check if unhealthy 3 years ago
Joshua Henderson 8a6942a9df AP_AHRS: add define AP_AIRSPEED_ENABLED 3 years ago
Peter Barker a31ff08f23 AP_AHRS: create and use AP_AHRS_SIM_ENABLED 3 years ago
Andrew Tridgell 304b7df8c2 AP_AHRS: make the EKF accel bias accessible 3 years ago
Andrew Tridgell 0141ec5be7 AP_AHRS: fixed switching airspeed sensor based on EKF3 affinity 3 years ago
Andrew Tridgell 01fb16b3b0 AP_AHRS: relax arming checks for inactive AHRS types 3 years ago
Andrew Tridgell bdf903b862 AP_AHRS: add accessor for GSF yaw estimator 3 years ago
Andy Piper e1dd0fd70d AP_AHRS: convert APM_BUILD_COPTER_OR_HELI() to APM_BUILD_COPTER_OR_HELI 3 years ago
Peter Barker 44d56854be AP_AHRS: make AP_AHRS_DCM an AP_AHRS backend 3 years ago
Hwurzburg 873097c030 AP_AHRS: Change orientation labels to march order of rotation 3 years ago
Gone4Dirt 94b97313be AP_AHRS: Add APM_BUILD_Heli 3 years ago
Andrew Tridgell 3715ce6d1a AP_AHRS: allow setting of AHRS_TRIM_Z 3 years ago
Andrew Tridgell 3f043dd933 AP_AHRS: added get_view_rotation() 3 years ago
Peter Barker 29d2eed9e4 Sub: view update does not take skip_ins_update 4 years ago
Peter Barker 9dbd9d1e06 AP_AHRS: call INS update in AP_AHRS::update w/o holding data sem 4 years ago
Peter Barker cc514af158 AP_AHRS: eliminate AP::ahrs().get_location 4 years ago
Randy Mackay 1c08866342 AP_AHRS: add using_extnav_for_yaw 4 years ago
Randy Mackay e7be608a4a AP_AHRS: rename is_ext_nav_used_for_yaw to using_noncompass_for_yaw 4 years ago
Peter Barker 0792caab83 AP_AHRS: factor out an update_notify_from_filter_status 4 years ago
Peter Barker ca6d214bb3 AP_AHRS: remove unused getGpsGlitchStatus method 4 years ago
Peter Barker 9114d4fc86 AP_AHRS: make home-relative functions AHRS-frontend only 4 years ago
Peter Barker e8066aa993 AP_AHRS: constrain airspeed sensor airspeed using WIND_MAX 4 years ago
Peter Barker a933652950 AP_AHRS: return perfect airspeed estimate for EKF-type 10 4 years ago
Andrew Tridgell 53e7436525 AP_AHRS: allow for fallback to DCM in quadplanes 4 years ago
Peter Barker 5d49d29c27 AP_AHRS: move wind-estimation-enabled state to frontend 4 years ago
Peter Barker 1cfd9f57ce AP_AHRS: move VehicleClass handling to AHRS frontend 4 years ago
Peter Barker 29aed55a74 AP_AHRS: remove pointless zeroing of gyro_estimate vector 4 years ago
Peter Barker 73bad9fd2d AP_AHRS: move fly_forward flag to front end 4 years ago
Peter Barker e9c56a2b0a AP_AHRS: move takeoff/touchdown flags to frontend 4 years ago
Peter Barker ecd488b3c3 AP_AHRS: move trim-related functionality to front end 4 years ago
Peter Barker 7f4a4a99d6 AP_AHRS: move home and origin methods to frontend 4 years ago
bugobliterator 62b6350af1 AP_AHRS: use typename SIM instead of SITL as it conflicts with namespace name 4 years ago
Peter Barker 107e647d00 AP_AHRS: correct compilation under SITL with no EKF3 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
Iampete1 9cceb2d5c1 AP_AHRS: update orientation param values 4 years ago
Peter Barker f557d41145 AP_AHRS: rotate quaternions into vehicle body frame 4 years ago
Peter Barker 5160b4f6ca AP_AHRS: move AP_NMEA_Output to AHRS frontend 4 years ago
Peter Barker 4f9201a160 AP_AHRS: move parameters back into AP_AHRS.h 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 a6a18fe193 AP_AHRS: punt to correct parent class when no index for getCorrectedDeltaVelocityNED 4 years ago