9462 Commits (99b448d1bb57299a687398580df98e4e0549dc6f)

Author SHA1 Message Date
Paul Riseborough 9b37c29efa AP_NavEKF: Improve mag earth state reset accuracy 9 years ago
Paul Riseborough 0dd5a7c4fa AP_NavEKF: Use correct blended delta time for all vel and pos integration 9 years ago
Paul Riseborough 42214ec303 AP_NavEKF: Fix failure to start mag cal due to gyro noise 9 years ago
Paul Riseborough 707089178f AP_NavEKF: Update default parameter values: 9 years ago
Paul Riseborough 3d8f720aaf AP_NavEKF: Improve initial accel bias learning 9 years ago
Paul Riseborough 64ad7d6a50 AP_NavEKF: handle case where one IMU fails to return a delta velocity or angle 9 years ago
Paul Riseborough 69d4bd2481 AP_NavEKF: Protect against baro data errors in constant position mode 9 years ago
Paul Riseborough 778b1c3e18 AP_NavEKF: Remove dead code for constant velocity mode 9 years ago
Paul Riseborough fb8e01a73c AP_NavEKF: Do not automatically accept DCM alignment data after 30 seconds 9 years ago
Paul Riseborough be11e12f81 AP_NavEKF: Improve height reset during climbs and descents 9 years ago
Paul Riseborough 59df23bc0f AP_NavEKF: Reduce EKF health pre-arm check false positives 9 years ago
Paul Riseborough aa14de9d39 AP_NavEKF2: Fix failure to start mag cal due to gyro noise 9 years ago
Paul Riseborough 2ebce110b7 AP_NavEKF2: Explicitly define plane build type for default parameters 9 years ago
Paul Riseborough 7ed36d8e65 AP_AHRS: Enable pre-flight GPS check status reporting for EKF2 9 years ago
Paul Riseborough b6d63d4b4e AP_NavEKF2: Fix reporting of pre-flight GPS checks 9 years ago
Paul Riseborough 7bd61a484c AP_NavEKF2: Faster initial accel bias learning 9 years ago
Paul Riseborough b15bf3243e AP_NavEKF2: Remove potential for division by zero 9 years ago
Paul Riseborough 5533a9a149 AP_NavEKF2: Add improved health monitoring when using simple compass yaw fusion 9 years ago
Paul Riseborough f539b597a3 AP_NavEKF2: Improve initialisation of magnetic field learning 9 years ago
Paul Riseborough 844ed95718 AP_NavEKF2: Add method to rotate output quaternion history 9 years ago
Paul Riseborough a1e32d71ec AP_NavEKF: Prevent large rotation rates corrupting the in-flight mag reset 9 years ago
Lucas De Marchi 1ce03c53a6 AP_Curve: remove wrong comment about PSTR 9 years ago
Lucas De Marchi 9203e2b929 AP_Common: remove PSTR definition 9 years ago
Lucas De Marchi 92016e9229 AP_Progmem: remove dead code 9 years ago
Lucas De Marchi 68bef1ec64 AP_Param: fix wrong printf format for printf 9 years ago
Lucas De Marchi d2a259cef0 DataFlash: fix wrong printf format for printf 9 years ago
Lucas De Marchi bdd1d5e9d4 AP_Menu: fix wrong printf format for printf 9 years ago
Lucas De Marchi 62ba8266ef AP_InertialSensor: fix wrong printf format for printf 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi a65c98485c AP_HAL: UARTDriver: remove _P() variants 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi b52d1cfabb DataFlash: remove DataFlash.Log_Write_Message_P() 9 years ago
Lucas De Marchi 4ab9821624 Replace use of Log_Write_Message_P() with Log_Write_Message() 9 years ago
Lucas De Marchi 132303db4b AP_InertialSensor: use printf() rather than _printf_P() 9 years ago
Lucas De Marchi 2556fc8dbe BetterStream: use common macro for printf formatting 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 7ceffb1e2b Replace use of vprintf_P() with vprintf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi a964ac38ec Replace use of print_P() with print() 9 years ago
Lucas De Marchi 65e719ccc3 AP_Param: replace find_P() with find() 9 years ago
Lucas De Marchi af88ebf477 GCS_MAVLink: remove send_text_P() in favor of send_text() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi d595e41003 Replace use of strncmp_P() with strncmp() 9 years ago
Lucas De Marchi 0aa117f65d Replace use of strnlen_P() with strnlen() 9 years ago
Lucas De Marchi 1336d621be Replace use of strcpy_P() with strcpy() 9 years ago
Lucas De Marchi e4b313d2ca Replace use of memcpy_P() with memcpy() 9 years ago
Lucas De Marchi f8f3f5a024 Replace use of strlen_P() with strlen() 9 years ago
Lucas De Marchi aa370fe758 Replace use of strcmp_P() with strcmp() 9 years ago
Lucas De Marchi 6f0db45b57 Replace use of strcasecmp_P() with strcasecmp() 9 years ago
Lucas De Marchi a8455aa4e3 AP_HAL: Remove Util::{v,}snprintf_P() 9 years ago