81 Commits (fb84da34150af9592eb8532eea72afcde9eefdd4)

Author SHA1 Message Date
Mark Whitehorn 3e21ef1389 AP_NavEKF3: add prearm failure message for null core pointer 5 years ago
Randy Mackay 63309c6925 AP_NavEKF3: suppress ekf fail-to-set-origin if core disabled 5 years ago
Jaaaky 54f8e1137e AP_NavEKF3: added EK3_MAG_EF_LIM parameter 5 years ago
Randy Mackay 5baed38266 AP_NavEKF3: reduce EK3_HRT_FILT max to 30 5 years ago
Paul Riseborough 5b1d9ed868 AP_NavEKF3: Add missing vertical position derivative calculation 5 years ago
Andrew Tridgell 3995db49a4 AP_NavEKF3: use parent class for intermediate static variables 5 years ago
Andrew Tridgell 96c6544997 AP_NavEKF3: moved intermediate variables to common memory 5 years ago
Michael du Breuil 9a7d64e8fc AP_NavEKF3: Allow the GPS to be responsible for logging 5 years ago
Andrew Tridgell 04944fa6ce AP_NavEKF3: review fixes 6 years ago
Andrew Tridgell a3411efdb5 AP_NavEKF3: set origin on all cores 6 years ago
Andrew Tridgell 3818d8ecda AP_NavEKF3: restrict setting of EKF origin 6 years ago
priseborough 0c4f92d4c1 AP_NavEKF3: Add control logic to use external yaw sensor 6 years ago
priseborough 87c7649d09 AP_NavEKF3: Add interface for yaw angle measurements 6 years ago
Andrew Tridgell 5151416080 AP_NavEKF3: force first EKF lane when disarmed 6 years ago
Michael du Breuil be74b631fe AP_NavEKF3: Fix AP_GPS.h include 6 years ago
Andrew Tridgell 60831c2878 AP_NavEKF3: added checkLaneSwitch() 6 years ago
Andrew Tridgell e4f6ffe719 AP_NavEKF3: fixed bug in EKF lane selection 6 years ago
Michael du Breuil fe3b29a088 AP_NavEKF3: Allow checking all cores for health 6 years ago
Paul Riseborough 0d3e1a7d23 AP_NavEKF3: flow use parameter improvements 6 years ago
Paul Riseborough d3e9281846 AP_NavEKF3: Update default plane optical flow param values 6 years ago
Paul Riseborough 35c82ef67f AP_NavEKF3: Improve optical flow height estimation 6 years ago
Paul Riseborough b848e231c7 AP_NavEKF3: Add parameter to control how optical flow data is used 6 years ago
Mark Whitehorn 3c432cf25c AP_NavEKF3: add getQuaternionBodyToNED 6 years ago
Tom Pittenger 17ee20af3f AP_NavEKF3: rename dataflash to logger 6 years ago
Arjun Vinod f382a657bd AP_NavEKF3: fixed typos 6 years ago
Tom Pittenger 55377b234f AP_NavEKF3: remove HAL_CPU_CLASS_150 check, 150 is already a minimum requirement 6 years ago
Tom Pittenger 8a6a39b590 AP_NavEKF3: unify singleton naming to _singleton and get_singleton() 6 years ago
Peter Barker 6fc76a32af GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Randy Mackay c616587b86 AP_NavEKF: increase ABIAS_P_NSE param doc range to 0.005 6 years ago
Michael du Breuil 25ef5fed82 AP_NavEKF3: Suppress clearing non-trival type warning 6 years ago
Peter Barker 281fad53c2 AP_NavEKF3: always set EKF control limits, even with no cores 6 years ago
Peter Barker be9235a581 AP_NavEKF3: fix writeOptFlowMeas signature 7 years ago
Randy Mackay 3d72022f6e EKF: modify ALT_SOURCE param description 7 years ago
Peter Barker 6bf5ffdb6d AP_NavEKF3: use compass singleton for logging 7 years ago
Peter Barker 901ba0034c AP_NavEKF3: do not pass GPS into Log_Write_GPS; it uses singleton 7 years ago
Peter Barker a0d874baa2 AP_NavEKF3: const accessors 7 years ago
Peter Barker 6791808ac6 AP_NavEKF3: remove unneeded initialisations 7 years ago
Peter Barker d38ff1dd2c AP_NavEKF3: initialise EKF3 constants in declaration not constructor 7 years ago
Peter Barker 55b8a2288e AP_NavEKF3: use ins singleton 7 years ago
Peter Barker 7b1a906c4e AP_NavEKF3: use baro singleton 7 years ago
bugobliterator ea2a880d8a AP_NavEKF3: allocate from MEM_FAST region 7 years ago
Peter Barker 5dc714bf5f AP_NavEKF3: use GPS singleton 7 years ago
priseborough 2310cb6d19 AP_NavEKF3: Enable external control over use of GPS vertical velocity 8 years ago
priseborough c7f6d52065 AP_NavEKF3: Add wheel encoder odometry 8 years ago
priseborough 593437ca95 AP_NavEKF3: Add tuning of visual odometry observation error 8 years ago
priseborough 0827b13feb AP_NavEKF3: Fix default behaviour for height origin corrections 8 years ago
Peter Barker 93e09c51d3 AP_NavEKF3: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 6a01c65197 AP_NavEKF3: Fix long description of EK3_OGN_HGT_MASK parameter (NFC) 8 years ago
priseborough 49ec2b4032 AP_NavEKF3: Change default value of EK3_OGN_HGT_MASK 8 years ago