19041 Commits (a5a1680fb3d7d52f72cd105d12ccf393467027fc)
 

Author SHA1 Message Date
Andrew Tridgell a5a1680fb3 HAL_SITL: added support for real UART devices 9 years ago
Lucas De Marchi 6984168a45 AP_HAL_Linux: don't log on failed semaphore 9 years ago
Andrew Tridgell 99b448d1bb Copter: make EV log messages critical 9 years ago
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
Andrew Tridgell f1bcfa9d49 PX4: update to latest FMUv2 bootloader 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 79230bc68d APMrover2: fix passing AP_Float to printf 9 years ago
Lucas De Marchi 68bef1ec64 AP_Param: fix wrong printf format for printf 9 years ago
Lucas De Marchi c3fe71a0d5 APMrover2: fix wrong printf format for printf 9 years ago
Lucas De Marchi cfe6e209db ArduPlane: 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 b02661b478 APMrover2: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi d40349d6ae ArduPlane: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi f4e71affa1 ArduCopter: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi a6fd94c6fe ArduPlane: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi e9b6c76454 ArduCopter: fix wrong printf format for 32 bits 9 years ago
Lucas De Marchi c397e550e2 ArduCopter: fix warning due to wrong type 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