416 Commits (3586f0e8fb1388cbebc9278f33a765736829828d)

Author SHA1 Message Date
priseborough a8f3a374e2 AP_NavEKF2: replace sqrt function calls with sqrtf 8 years ago
priseborough 76106889d5 AP_NavEKF2: Prevent unwanted core switch on startup 8 years ago
priseborough 69f3c83c20 AP_NavEKF2: Don't use speed switch criteria when speed estimate is invalid 8 years ago
priseborough 14a0155f5e AP_NavEKF2: Allow threshold speed for range finder use to be adjusted 8 years ago
murata 25e47cce6b AP_NavEKF2: Changed sqrt method to sqrtf method. 8 years ago
Randy Mackay fc5f4c20cd AP_NavEKF2: remove redundant check of beacon nullptr 8 years ago
priseborough 665ba1c009 AP_NavEKF2: Fix bug in reporting of vertical position reset 8 years ago
priseborough 7f347e39dd AP_NavEKF2: Fix bug in reporting of horizontal position reset 8 years ago
priseborough 656d9bb2c4 AP_NavEKF2: Fix bug in reporting of yaw reset 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
Randy Mackay fbecda7eeb AP_NavEKF2: change order of variable initialisation 8 years ago
Randy Mackay 82854953e7 AP_NavEKF2: minor comment fix 8 years ago
Randy Mackay 14a73e499a AP_NavEKF2: initialise two range beacon structures 8 years ago
priseborough 2ee8250807 AP_NavEKF2: Changes from code review by @muramura 8 years ago
Randy Mackay 1f4606e48a AP_NavEKF2: protect against null beacon 8 years ago
Randy Mackay 51ccfca31c AP_NavEKF2: fix format of statustext for beacon init 8 years ago
priseborough ef03a85cd3 AP_NavEKF2: add range beacon interface and fusion method 8 years ago
priseborough 0a177d04fd AP_NavEKF2: Simply core switch implementation 8 years ago
priseborough 7d48054e6f AP_NavEKF2: Group GPS innovation tests when compiling error score 8 years ago
Randy Mackay e9ea06bd10 AP_NavEKF2: minor comment fix 8 years ago
priseborough 0df45703f1 AP_NavEKF2: Fix errors in position reset delta publishing 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
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Andrew Tridgell 82365f8670 AP_NavEKF2: save some memory in the position offsets in EKF2 8 years ago
priseborough c93c3d54f3 AP_NavEKF2: Don't correct for zero IMU position offset 8 years ago
priseborough 1890bbdafa AP_NavEKF2: Don't correct GPS for zero position offset 8 years ago
priseborough f025c96e63 AP_NavEKF2: Don't correct range finder for zero position offset 8 years ago
priseborough 9a0ce1d5eb AP_NavEKF2: Don't correct flow sensor for zero position offset 8 years ago
priseborough b40016db62 AP_NavEKF2: Fix documentation errors 8 years ago
priseborough 13ca62b1c7 AP_NavEKF2: Correct velocity and position outputs for IMU offset 8 years ago
priseborough 21dcf42c27 AP_NavEKF2: Add missing documentation 8 years ago
priseborough 8922861359 AP_NavEKF2: Correct optical flow data for sensor position offset 8 years ago
priseborough 16f021c466 AP_NavEKF2: Correct range finder data for body frame position offset 8 years ago
priseborough e884e9cc6e AP_NavEKF2: Correct GPS data for antenna body frame offset 8 years ago
priseborough 064a106808 AP_NavEKF2: Get IMU accelerometer body position offset data 8 years ago
priseborough 397033b7c3 AP_NavEKF2: Add flow sensor body position offset to data buffer 8 years ago
priseborough 92c086b40e AP_NavEKF2: Add rangefinder body position offset to data buffer 8 years ago
priseborough 3148ad4623 AP_NavEKF2: Add GPS antenna position offset data to data buffer 8 years ago
priseborough fd905c23e1 AP_NavEKF2: Add body position offset to optical flow interface 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
priseborough 9779511425 AP_NavEKF2: Fix bug in median filter code 8 years ago
Jonathan Challinger dac59cb5da AP_NavEKF2: use exact matrix for trim rotation 8 years ago
priseborough 5d09c78f34 AP_NavEKF2: Always perform optical flow takeoff check when receiving data 8 years ago
priseborough a75a383ef2 AP_NavEKF2: Update protection for out of focus flow data 8 years ago
priseborough 635826c056 AP_NavEKF2: Fix reporting of terrain estimator innovations 8 years ago
priseborough b0072b587c AP_NavEKF2: fix reporting of optical flow use status 8 years ago
priseborough ed9ecb28fb AP_NavEKF2: Enable entry into relative position mode on start-up 8 years ago
priseborough e0b8c54194 AP_NavEKF: Update GPS type parameter description 8 years ago