55 Commits (master_rangefinder)

Author SHA1 Message Date
Josh Henderson d5f5a3024a AP_NavEKF2: use vector.xy().length() instead of norm(x,y) 3 years ago
Andrew Tridgell 6aca0bb08a AP_NavEKF2: allow for double EKF build 4 years ago
Andrew Tridgell 32b079911f AP_NavEKF2: use DAL APIs for takeoff/touchdown expected 4 years ago
Paul Riseborough 948650dbe5 AP_NavEKF2: Fix bug preventing EKFGSF running when needed for reset 4 years ago
Andrew Tridgell 79148498d3 AP_NavEKF2: don't reset EKx_GPS_TYPE when GPS has no vertical velocity 4 years ago
Paul Riseborough e5e8d0ba3c AP_NavEKF2: Don't update yaw estimator with bad GPS 4 years ago
Andrew Tridgell 5b41d5541f AP_NavEKF2: removed use of another lanes gyro in optflow takeoff detection 4 years ago
Andrew Tridgell 246a441883 AP_NavEKF2: cope with INS_MAX_INSTANCES below 3 4 years ago
Andrew Tridgell 5f0e943f0f AP_NavEKF2: use dal reference in EKF backends 4 years ago
Andrew Tridgell 6be3d19e82 AP_NavEKF2: convert to use AP_DAL for new replay structure 4 years ago
Randy Mackay b2d4622320 AP_NavEKF2: replace prearm_healthy with pre_arm_check 4 years ago
Andrew Tridgell 6ee527d3e0 AP_NavEKF2: fixed segfault when IMU mask covers more IMUs than GSF mask 5 years ago
Peter Barker 032b7c81e5 AP_NavEKF2: correct includes 5 years ago
Paul Riseborough ea4589ea94 AP_NavEKF2: Reset yaw estimator bias states at start of flight 5 years ago
Randy Mackay a8c2be26ba AP_NavEKF2: remove unused terrainHgtStableSet_ms 5 years ago
Paul Riseborough 502b96f49c AP_NavEKF2: Clarify intended use of setTerrainHgtStable accessor 5 years ago
Paul Riseborough de0040ad69 AP_NavEKF2: Enable use of EKF-GSF yaw estimate 5 years ago
Peter Hall 2970334c0d AP_NavEKF2: get_time_flying in vehicle 5 years ago
Andrew Tridgell 9372073f63 AP_NavEKF2: continuously update gpsGoodToAlign 6 years ago
Andrew Tridgell ddef40fa3d AP_NavEKF2: don't use disabled gyros in opticalflow takeoff detection 6 years ago
Michael du Breuil 892b687c09 AP_NavEKF2: Fix AP_GPS.h include 6 years ago
Peter Barker 11f31c2851 AP_NavEKF2: take EAS2TAS from AHRS rather than airspeed 6 years ago
Pierre Kancir 3f5a6a243c AP_NavEKF2: use get_distance instead of location_diff 6 years ago
Arjun Vinod 78b165e36f AP_NavEKF2: fixed typos 6 years ago
Arjun Vinod a0e7c37f8c AP_NavEKF2: fixed typos 6 years ago
Tom Pittenger b32e8a4424 AP_NavEKF2: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 6 years ago
murata 1e011c0c15 AP_NavEKF2: Clarify the message 7 years ago
Peter Barker 40957ec430 AP_NavEKF2: use ins singleton 7 years ago
Peter Barker 9c8466dc03 AP_NavEKF2: use GPS singleton 7 years ago
Peter Barker 5da3759ff4 AP_NavEKF2: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
Andrew Tridgell cbffc29f0b AP_NavEKF2: use AHRS likely flying state 8 years ago
priseborough 647db728ce AP_NavEKF2: Improve is flying check for non fly forward vehicles 8 years ago
Michael du Breuil 8b69f1708e NavEKF2: Add optional check for GPS vertical accuracy before aligning the EKF 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
priseborough e6f36f04db AP_NavEKF2: Enable automatic use of range finder height 9 years ago
priseborough e34cdc6666 AP_NavEKF2: Fix bug preventing planes recovering from bad magnetometers 9 years ago
Paul Riseborough dc6836988c AP_NavEKF2: Improve ground based magnetic anomaly protection for copter 9 years ago
Paul Riseborough 26815ace7a AP_NavEKF2: Remove redundant logic check 9 years ago
Paul Riseborough 24d8cc62e2 AP_NavEKF2: rework yaw and magnetic heading reset logic 9 years ago
Paul Riseborough cf8175a073 AP_NavEKF2: Allow immediate use of GPS in-flight for plane without compass 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Andrew Tridgell 9c4dd024bf AP_NavEKF2: auto change EK2_GPS_TYPE for NMEA 9 years ago
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase 9 years ago
Paul Riseborough 04228e0b3b AP_NavEKF2: Rework selection of height measurements for fusion 9 years ago
Paul Riseborough 6522fb2621 AP_NavEKF2: Allow user to relax pre-flight GPS checks 9 years ago
Andrew Tridgell 2ab2afc86a AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 9 years ago
Paul Riseborough b6d63d4b4e AP_NavEKF2: Fix reporting of pre-flight GPS checks 9 years ago
Paul Riseborough 5533a9a149 AP_NavEKF2: Add improved health monitoring when using simple compass yaw fusion 9 years ago
Andrew Tridgell d1dfd5fd01 AP_NavEKF2: use common header for optimisation level and irq disable 9 years ago
Paul Riseborough 242b9641c8 AP_NavEKF2: Fix in-air logic bug 9 years ago