18916 Commits (39246c13ad191fd5a24e87a4f5f9743057393d4b)
 

Author SHA1 Message Date
Jonathan Challinger 39246c13ad AP_Param: add set_default, configured 9 years ago
Paul Riseborough 87ea9acc7f AP_NavEKF2: Fix mavlink parameter label 9 years ago
Paul Riseborough 1cf626692c AP_NavEKF: Reduce impact of altimeter flow disturbance error on Copter alt hold 9 years ago
Paul Riseborough e692e30988 AP_NavEKF2: Reduce allowance for magnetometer timing errors 9 years ago
Paul Riseborough 4c5ba60578 AP_NavEKF2: Remove dead code 9 years ago
Andrew Tridgell 142aa59bce AP_InertialSensor: fixed vibration logging after recent changes 9 years ago
Andrew Tridgell 3dd47adafe Plane: fixed a condition where takeoff switches to land 9 years ago
Andrew Tridgell 537f22cdd1 Plane: changed thresholds for LAND_APPROACH 9 years ago
Tom Pittenger f9fbb8a0f7 Plane: restrict land_approach stage change with tighter criteria 9 years ago
Lucas De Marchi ddc3988b4a Travis: add minlure target 9 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to panic() 9 years ago
Lucas De Marchi 2322b8014d AP_HAL: use common macro for printf formatting 9 years ago
Lucas De Marchi dc95145de2 AP_Common: add attribute to sanitize prinf-like functions 9 years ago
Lucas De Marchi 3650eb468f AP_HAL_FLYMAPLE: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi e2d1fab863 AP_HAL_Empty: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi 6027a02fe9 AP_HAL_SITL: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi e9d92c446c AP_HAL_VRBRAIN: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi f791767fb2 AP_HAL_PX4: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi 4b54bcbfad AP_HAL_Linux: use variadic panic() 9 years ago
Lucas De Marchi 2af4244854 AP_HAL_Linux: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 9 years ago
Lucas De Marchi 0b4aa5ac85 AP_HAL: Scheduler: reorder includes 9 years ago
Paul Riseborough 55ac8f0230 AP_NavEKF2: Update parameter values. 9 years ago
Paul Riseborough 1e7ac873b9 AP_NavEKF2: Improve handling of GPS loss and recovery for planes 9 years ago
Paul Riseborough cd5ec3a3e0 AP_NavEKF2: Reduce angle errors when flying without GPS 9 years ago
Paul Riseborough 1eaf318b9b AP_NavEKF2: Faster learning of gyro scale factors 9 years ago
Paul Riseborough a2f5962f77 AP_NavEKF2: Reduce effect of baro disturbances 9 years ago
Paul Riseborough 5eb7cf1fbf AP_NavEKF: Reduce roll/pitch disturbance when magnetic field is reset 9 years ago
Peter Barker 5da7d6eac2 Replay: set INS_GYRO_CAL to never to avoid losing samples 9 years ago
Lucas De Marchi 79dee5aaa9 AP_HAL: fix warning due to missing prototype after HAL rework 9 years ago
Lucas De Marchi b326856635 AP_HAL_Linux: fix warning due to limited storage 9 years ago
Caio Marcelo de Oliveira Filho 11b599bcd0 SITL: use #pragma once 9 years ago
Caio Marcelo de Oliveira Filho 288dc2a385 SITL: clean up includes 9 years ago
Caio Marcelo de Oliveira Filho 8a55b26443 SITL: no need to use #ifdefs 9 years ago
Caio Marcelo de Oliveira Filho f27f8f2f5d Tools: include SITL only for SITL board 9 years ago
Caio Marcelo de Oliveira Filho 62d4c05a8e ArduPlane: include SITL only for SITL board 9 years ago
Caio Marcelo de Oliveira Filho bf6d1afd59 ArduCopter: include SITL only for SITL board 9 years ago
Caio Marcelo de Oliveira Filho bad68829ae APMrover2: include SITL only for SITL board 9 years ago
Caio Marcelo de Oliveira Filho a3fb1c0e4f AntennaTracker: include SITL only for SITL board 9 years ago
Caio Marcelo de Oliveira Filho e2fa456742 SITL: remove "constructor" comment 9 years ago
Caio Marcelo de Oliveira Filho 5ddd802320 SITL: use coding style in class declarations 9 years ago
Caio Marcelo de Oliveira Filho f0a20cdc7c SITL: remove trailing whitespace 9 years ago
Caio Marcelo de Oliveira Filho 49a42dc985 SITL: use a SITL namespace 9 years ago
Gustavo Jose de Sousa be8070e335 AP_InertialSensor: MPU9250: publish gyro raw sample rate 9 years ago
Gustavo Jose de Sousa 887f81274d AP_InertialSensor: MPU6000: publish gyro raw sample rate 9 years ago
Gustavo Jose de Sousa 31a49d318c AP_InertialSensor: PX4: publish gyro raw sample rate 9 years ago
Gustavo Jose de Sousa 25a499a41f AP_InertialSensor: use raw sample rate terminology 9 years ago
Gustavo Jose de Sousa 6feea5f64f AP_InertialSensor: Backend: remove function _publish_delta_angle() 9 years ago
Gustavo Jose de Sousa 7fef515555 AP_InertialSensor: unify delta angle calculation 9 years ago
Gustavo Jose de Sousa 4e83f7b02c AP_InertialSensor: PX4: don't calculate delta angle 9 years ago