7329 Commits (d7249cc1e6912480cf55a719459de460f3d11112)

Author SHA1 Message Date
Andrew Tridgell d7249cc1e6 AP_AHRS: only use EKF for plane and rover if all data available 10 years ago
Lucas De Marchi 996739df12 AP_Compass: Do not panic if compass is not found 10 years ago
Gustavo Jose de Sousa be67b019a7 AP_GPS: Add missing setup for GPS_AUTO_test 10 years ago
Andrew Tridgell 7f7d92913e HAL_Linux: allow running as non-root 10 years ago
Lucas De Marchi f049c8e4c5 AP_HAL_Linux: remove needless call to mlockall() 10 years ago
Lucas De Marchi b7355dc62b AP_HAL_Linux: set thread name for ease debug 10 years ago
Lucas De Marchi 2c48434110 AP_HAL_Linux: use a table to initialize threads 10 years ago
Lucas De Marchi e3d78b8960 AP_HAL_Linux: fix passing callback to member function 10 years ago
Lucas De Marchi 62c2f737d5 AP_HAL_Linux: fix setting RT priorities 10 years ago
Lucas De Marchi 29b667efdf AP_HAL_Linux: remove useless mlock of stack 10 years ago
Randy Mackay e2071a4630 Notify: ToneAlarm fix to stopping continuous tones 10 years ago
Randy Mackay 2472702838 Notify: rename lost_copter to vehicle_lost 10 years ago
Jaime Machuca 043d24f03a Notify: add Lost Copter tone 10 years ago
Andrew Tridgell 0695277773 HAL_SITL: use pthread barriers for synthetic clock synchronisation 10 years ago
Paul Riseborough e79ccf1fcc AP_NavEKF: Fix bug allowing terrain to be above vehicle position 10 years ago
Paul Riseborough 6d58c63c4c AP_NavEKF: Prevent potential divide by zeros in OF fusion 10 years ago
Paul Riseborough 89142f1c5f AP_NavEKF: Prevent inadvertent use of DCM roll and pitch estimates. 10 years ago
Randy Mackay 56d2306a18 BattMon_SMBus_PX4: read capacity 10 years ago
Randy Mackay c6440a48b3 BattMon_Backend: add init and set_capacity methods 10 years ago
Paul Riseborough 9268024094 AP_NavEKF: Update default parameters for copter optical flow fusion 10 years ago
Paul Riseborough 4fbdab27ff AP_NavEKF: Use range finder for primary hgt ref in opt flow mode 10 years ago
Paul Riseborough ff9917d338 AP_AHRS: Fix bug preventing EKF from initialising 10 years ago
Paul Riseborough d618c55e2f AP_NavEKF: Improved handling of noisy GPS speed accuracy data 10 years ago
Paul Riseborough 53358a4e10 AP_OpticalFlow: Add parameter to compensate for flow sensor yaw angle 10 years ago
Paul Riseborough cab171b580 AP_InertialNav: Add method to return EKF height above ground estimate 10 years ago
Paul Riseborough e98edaa6cb AP_NavEKF: Return more accurate validity status for height above ground 10 years ago
Paul Riseborough 586e4a7d2b AP_NavEKF: Add Matlab derivations and simulations behind small EKF 10 years ago
Jonathan Challinger dc5bdd5ad8 AP_AHRS: use filtered INS output to compute _accel_ef_blended 10 years ago
Randy Mackay a095a8c3a1 AC_PID: more protection against NaN and Inf 10 years ago
Randy Mackay bdfe8bbc54 AC_AttControl_Heli: remove RATE_RP_MAX, RATE_Y_MAX 10 years ago
Leonard Hall afcd1c6ec3 AC_AttitudeControl: sqrt controller on Stab 10 years ago
Leonard Hall ae77c18a19 AC_PID: Protect against NaN and INF 10 years ago
Andrzej Zaborowski 132cdc4916 Motors: Use _motor_to_channel_map in tricopter consistently. 10 years ago
Randy Mackay 558018d839 InertialNav: add get_location method 10 years ago
Tom Pittenger 9ecbd0e30f AP_L1_Control: fixed uTurn-wobble 10 years ago
Jonathan Challinger 6e8008ab69 AP_SerialManager: use protocol_match in find_baudrate 10 years ago
Randy Mackay f260536373 AC_PID: fix example sketch compile error 10 years ago
Jonathan Challinger 6baec4952b AP_Math: add conversions to and from 3-1-2 euler angles 10 years ago
Jonathan Challinger a1d4f40c16 AP_Math: change quaternion operator* and operator/ to const 10 years ago
Jonathan Challinger 07735fefa6 AP_Math: fix div by zero in quaternion 10 years ago
Paul Riseborough c57e25142c AP_NavEKF: Update optical flow fusion maths to reduce height errors 10 years ago
Andrew Tridgell 35bac3ab4f GCS_MAVLink: regenerate without mavlink_frame_char changes 10 years ago
Andrew Tridgell df948e7358 AP_Mount: fixed for new GIMBAL_REPORT message 10 years ago
Andrew Tridgell 33824e0b2f GCS_MAVLink: re-ran generate.sh 10 years ago
Jonathan Challinger 73b8890bd3 GCS_MAVLink: move GIMBAL_REPORT and GIMBAL_CONTROL and reserve messages 10 years ago
myly10 55befdc345 AP_NavEKF: Typo correction for EAS_NOISE description 10 years ago
mirkix 445f358839 AP_HAL_Linux: Fix compiler warning of MAX_PWMS redefinition (previously defined) 10 years ago
Andrew Tridgell 5284211c96 AP_SerialManager: fixed matching bug in protocol_match() 10 years ago
Mike Clement c5c40adb76 GCS_MAVLink: use instance in find_baudrate 10 years ago
Mike Clement 89a50b99bb SerialManager: use instance in find_baudrate 10 years ago