97 Commits (master)

Author SHA1 Message Date
Peter Barker c46a50f428 AP_NavEKF2: stop using GCS_MAVLINK.h in header files 3 years ago
Peter Barker 83011580f3 AP_NavEKF2: avoid direct use of Location alt field 3 years ago
Peter Barker dec4ba86b6 AP_NavEKF2: stop using AHRS as conduit for Compass pointer 4 years ago
Peter Barker b5f165ce2e AP_NavEKF2: pass NavEKF failures back up to callers 4 years ago
Andrew Tridgell 6aca0bb08a AP_NavEKF2: allow for double EKF build 4 years ago
Patrick José Pereira 53eb2f2bf4 AP_NavEKF2: Add missing const in member functions 4 years ago
Peter Barker 445a461f12 AP_NavEKF2: remove getFilterTimeouts access methods 4 years ago
Peter Barker dddb285209 AP_NavEKF2: remove internal-only getTiltError method 4 years ago
Peter Barker 6b60bae068 AP_NavEKF2: remove unused getAccelNED method 4 years ago
Paul Riseborough b372d62f35 AP_NavEKF2: Add accessor function for body frame airspeed vector 4 years ago
Peter Barker d600b87454 AP_NavEKF2: make logging a core concern 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
Peter Barker 032b7c81e5 AP_NavEKF2: correct includes 5 years ago
Peter Barker 081c0bbfe0 AP_NavEKF2: correct comments on getFilterFaults and getFilterTimeouts methods 5 years ago
Randy Mackay b95bc9076b AP_NavEKF2: fix getLLH when no GPS 5 years ago
Randy Mackay 2919491298 AP_NavEKF2: getLLH fix when no GPS available 5 years ago
Randy Mackay a9cbd5aa29 AP_NavEKF2: getDataEKFGSF and getYawData pass by reference 5 years ago
Paul Riseborough de0040ad69 AP_NavEKF2: Enable use of EKF-GSF yaw estimate 5 years ago
Andrew Tridgell c9755cf9e6 AP_NavEKF2: make mag variance reporting consistent 5 years ago
Peter Hall e0eeb4f863 AP_NavEKF2: add initalized flag and change to uint32_t 5 years ago
Peter Barker 060c851709 AP_NavEKF2: make send_status_report const 5 years ago
Peter Barker 369292f7f3 AP_NavEKF2: stop relying on the presence of a RangeFinder 5 years ago
Paul Riseborough c26c6fd078 AP_NavEKF2: Add missing vertical position derivative calculation 5 years ago
hoangthien94 fc9ff2b09a AP_NavEKF2: add method to check if ext nav is used for yaw 6 years ago
Andrew Tridgell 9372073f63 AP_NavEKF2: continuously update gpsGoodToAlign 6 years ago
Michael du Breuil 892b687c09 AP_NavEKF2: Fix AP_GPS.h include 6 years ago
Pierre Kancir 50e99b6e1a AP_NavEKF2: use get_distance_NE instead of location_diff 6 years ago
Paul Riseborough a40208ebd4 AP_NavEKF2: Improve optical flow height estimation 6 years ago
Dr.-Ing. Amilcar do Carmo Lucas 79ee52917f AP_NavEKF2: replace location_offset() and get_distance() function calls with Location object member function calls 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
Peter Barker 9be604e3ce AP_NavEKF2: adjust for location flags being moved out of union 6 years ago
Michael du Breuil 66e9286cf6 AP_NavEKF2: Fix roundoff, and missing offset handling of getLLH 6 years ago
Andrew Tridgell fb0deba3aa AP_NavEKF2: send airspeed variance over mavlink 7 years ago
Paul Riseborough c680b931dc AP_NavEKF2: Enable fusion of external nav position data 7 years ago
Peter Barker 9c8466dc03 AP_NavEKF2: use GPS singleton 7 years ago
Pierre Kancir 171e80d8dc AP_NavEKF2: only report terrain estimator innovations with valid rng value 7 years ago
Michael du Breuil dffa3d3b40 AP_NavEKF2: Fix possible compass nullptr dereference 8 years ago
priseborough 027552ef44 AP_NavEKF2: Fix default behaviour for height origin corrections 8 years ago
priseborough fd25450632 AP_NavEKF2: Ensure reported local height = global height - origin height 8 years ago
priseborough 36e7dfb5f6 AP_NavEKF2: Improve GPS reference height estimator 8 years ago
Randy Mackay 563be389ee AP_NavEKF2: only use downward facing rangefinder 8 years ago
Michael du Breuil 8b69f1708e NavEKF2: Add optional check for GPS vertical accuracy before aligning the EKF 8 years ago
Randy Mackay 66a9093cd0 AP_NavEKF2: getRangeBeaconDebug returns false on failure to get beacon data 8 years ago
priseborough 0ec8f0932a AP_NavEKF2: Prevent output of NaN's in range beacon debug output 8 years ago
priseborough ef03a85cd3 AP_NavEKF2: add range beacon interface and fusion method 8 years ago
priseborough 7d48054e6f AP_NavEKF2: Group GPS innovation tests when compiling error score 8 years ago
priseborough f6021c959d AP_NavEKF2: capture and publish vertical position reset deltas 8 years ago
priseborough e62863f9a1 AP_NavEKF2: Reduce unnecessary EKF core switching 8 years ago