76 Commits (f68b9bafd85f93d8d9e4a9ed37eadb44d757fc88)

Author SHA1 Message Date
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
priseborough 13ca62b1c7 AP_NavEKF2: Correct velocity and position outputs for IMU offset 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Jonathan Challinger dac59cb5da AP_NavEKF2: use exact matrix for trim rotation 8 years ago
priseborough 635826c056 AP_NavEKF2: Fix reporting of terrain estimator innovations 8 years ago
priseborough b6867e085d AP_NavEKF2: Don't report range finder variance on mavlink if not required 9 years ago
priseborough 230ba2700f AP_NavEKF2: fix documentation errors 9 years ago
priseborough 341d070db8 AP_NavEKF2: Separate filter status update and get functions 9 years ago
priseborough b1717649b1 AP_NavEKF2: remove combined NED local position interface 9 years ago
priseborough e374ec634d AP_NavEKF2: Add separate horizontal/vertical local position interfaces 9 years ago
priseborough 280395afa1 AP_NavEKF2: Don't declare ready to do aiding unless gyro bias is learned 9 years ago
priseborough 14bb4f4574 AP_NavEKF2: Publish output observer tracking errors 9 years ago
Paul Riseborough 5c59922574 AP_NavEKF2: Fix bug that could publish bad compass offsets 9 years ago
Paul Riseborough dc6836988c AP_NavEKF2: Improve ground based magnetic anomaly protection for copter 9 years ago
Paul Riseborough ec5c460584 AP_NavEKF2: Fix predicted nav reporting 9 years ago
Paul Riseborough 24d8cc62e2 AP_NavEKF2: rework yaw and magnetic heading reset logic 9 years ago
Andrew Tridgell 97e2203e70 AP_NavEKF2: don't do 3D mag fusion on 2nd EKF2 core 9 years ago
Paul Riseborough 16cb7078cd AP_NavEKF2: Fix misleading pre-flight status reporting 9 years ago
Paul Riseborough 38d61f5281 AP_NavEKF2: Update status reporting to handle no-magnetometer startup 9 years ago
Paul Riseborough 71b589c89c AP_NavEKF2: extend fusion fault reporting coverage 9 years ago
Ricardo de Almeida Gonzaga 64d14356b9 AP_NavEKF2: Fix typos 9 years ago
Jonathan Challinger 97112ccd44 AP_NavEKF2: check mag instance id when returning mag offsets 9 years ago