73 Commits (144f7df02fbda1074c50e4e2743dacab8ba6aad3)

Author SHA1 Message Date
Harshit Kumar Sankhla edc3709653 AP_NavEKF3: implement sensor affinity using EK3_AFFINITY parameter 5 years ago
Harshit Kumar Sankhla d7edc946b6 AP_NavEKF3: Relative Error based Lane-Switching 5 years ago
chobits 4b8be2e535 AP_NavEKF3: fix comments 5 years ago
Paul Riseborough 8ff6780323 AP_NavEKF3: Clarify distinct use cases for 'takeoff expected' 5 years ago
Peter Barker 2e55584417 AP_NavEKF3: correct comments on getFilterFaults and getFilterTimeouts methods 5 years ago
Randy Mackay dccc3e22d9 AP_NavEKF3: minor comment fix re RNG_USE_HGT 5 years ago
Paul Riseborough ed5b695c94 AP_NavEKF3: Clarify intended use of setTerrainHgtStable accessor 5 years ago
Randy Mackay 0f212ca727 AP_NavEKF3: accept extnav at up to 50hz 5 years ago
Randy Mackay 93d8458d2a AP_NavEKF3: FuseVelPosNED uses ext nav vel err in obs data check 5 years ago
chobits c7817eaca1 AP_NavEKF3: support VISION_SPEED_ESTIMATE 5 years ago
Randy Mackay ef02942459 AP_NavEKF3: writeBodyFrameOdom accepts delay 5 years ago
Randy Mackay c28fd27b02 AP_NavEKF3: writeExtNavData accepts delay 5 years ago
priseborough c5e465aec9 AP_NavEKF3: add external nav system support 5 years ago
Andrew Tridgell 7e010ef50a AP_NavEKF3: use set_enable() to set enable flag 5 years ago
Randy Mackay 86d221708c AP_NavEKF3: more white space fixes 5 years ago
Randy Mackay c1ef894a30 AP_NavEKF3: getDataEKFGSF and getYawData pass by reference 5 years ago
Paul Riseborough 410b5825fb AP_NavEKF3: Enable use of EKF-GSF yaw estimate 5 years ago
Randy Mackay 22c9081c83 AP_NavEKF3: minor comment fix 5 years ago
Andrew Tridgell 3ae0b0d446 AP_NavEKF3: added using_external_yaw() method 5 years ago
Peter Barker e289020332 AP_NavEKF3: stop taking ahrs in constructor 5 years ago
Peter Barker 03cca68c5a AP_NavEKF3: use instance number when logging rather than multiple message IDs 5 years ago
Peter Barker 9ed37e4486 AP_NavEKF3: make send_status_report const 5 years ago
Peter Barker 4431d01230 AP_NavEKF3: stop relying on the presence of a RangeFinder 5 years ago
Randy Mackay b4a8691a9e AP_NavEKF3: remove wheel encoder update limit 5 years ago
Jaaaky 54f8e1137e AP_NavEKF3: added EK3_MAG_EF_LIM parameter 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 451fe840ee AP_NavEKF3: ensure that EKF origin stays in sync on all cores 6 years ago
priseborough 87c7649d09 AP_NavEKF3: Add interface for yaw angle measurements 6 years ago
Peter Barker ce45baa034 AP_NavEKF3: factor out and logging functions, reuse for 2nd core 6 years ago
Peter Barker f3f364de26 AP_NavEKF3: move logging in from AP_Logger 6 years ago
Michael du Breuil b624f6f008 AP_NavEKF3: Reduce scope of AP_Baro.h 6 years ago
Andrew Tridgell 60831c2878 AP_NavEKF3: added checkLaneSwitch() 6 years ago
Randy Mackay 0a5d6a430a AP_NavEKF3: accept optical flow data at up to 50hz 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 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
Arjun Vinod f382a657bd AP_NavEKF3: fixed typos 6 years ago
Peter Barker be9235a581 AP_NavEKF3: fix writeOptFlowMeas signature 7 years ago
Peter Barker a0d874baa2 AP_NavEKF3: const accessors 7 years ago
Peter Barker d38ff1dd2c AP_NavEKF3: initialise EKF3 constants in declaration not constructor 7 years ago
Peter Barker 7b1a906c4e AP_NavEKF3: use baro singleton 7 years ago
Andrew Tridgell c13eaf0c7f AP_NavEKF3: removed create() method for objects 7 years ago
Andrew Tridgell 2c6593e35e AP_NavEKF3: fixed inverted function setInhibitGpsVertVelUse() 7 years ago
Lucas De Marchi bd6145af6d AP_NavEKF3: add static create method 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