49994 Commits (493d8979d5c29a7e2e9cf07f9e14566eef527836)
 

Author SHA1 Message Date
Andrew Tridgell 493d8979d5 Plane: reset target speed on disarm 3 years ago
Bill Geyer d0d6457b31 Copter: fix tradheli landing detector bug 3 years ago
Andrew Tridgell 08fcfa04ae APM_Control: only save autotune gains when P finished 3 years ago
Peter Barker 5f32fb82e8 autotest: add basic test that Plane autotune completes 3 years ago
Andrew Tridgell bf425a1edf Plane: update release notes for 4.1.2beta1 3 years ago
Andrew Tridgell 570ecdc2e0 Plane: don't apply fw pitch limit in VTOL control for tailsitters 3 years ago
Iampete1 f0bc041b86 AP_Gererator: IE Fuel Cell: reset health timer at init 3 years ago
Lucas De Marchi 24adf18685 AP_HAL_Linux: small fixes to cpu affinity 3 years ago
HefnySco 9f1cbdc0a5 AP_HAL_Linux: cpu affinity 3 years ago
Stephen Dade e85f803e27 SITL: Expand multi-drone example 3 years ago
murata 995b02e66b Copter: Flight mode channels are optional, not just channel 5 3 years ago
Peter Barker 521918d74c SITL: remove set-but-not-used _framerate member variable 3 years ago
olliw42 312604f577 AP_Mount: add handle_global_position_int() method to backend and use it + little spelling 3 years ago
Andrew Tridgell 8550765c25 Plane: update release notes for 4.1.1 3 years ago
Randy Mackay 7424e0c743 Copter: 4.1.0 release notes 3 years ago
murata fa609afc44 AP_Scripting: Change the script file name for messages 3 years ago
Josh Henderson 1e0ae4b998 GCS_MAVLINK: Common capacity_remaining_pct checks healthy status and has_current 3 years ago
Josh Henderson ca568953d9 AP_BattMonitor: capacity_remaining_pct add checks for healthy status and has_current 3 years ago
bugobliterator f298ea406e HAL_ChibiOS: enable RNG only for H7 based boards off for the rest by default 3 years ago
bugobliterator fc4d59c5a4 HAL_ChibiOS: setup hw random number generator for stm32 chips 3 years ago
bugobliterator 792e6666a3 HAL_ChibiOS: add random number generator implementation for ChibiOS 3 years ago
bugobliterator e4f4b3ce1f AP_HAL: add true random number generator 3 years ago
Peter Barker 0c94e013ca Tools: add script to compare elf binaries from different branches 3 years ago
Hwurzburg b327f80946 AP_Airspeed: do not cal if backend does not exist 3 years ago
Peter Barker 3a6a6b63f2 Plane: use mode name instead of number in failsafe text 3 years ago
Pierre Kancir 0076b9da8b README: add coverage and environment setup banner 3 years ago
Nicholas Kruzan 42c27533c6 Tools: add debian11 (bullseye) on install script 3 years ago
Pierre Kancir 8f04490a12 Tools: fix Arch environment installation 3 years ago
Pierre Kancir 6168bc3e63 Tools: used fixed version pip package for python2 3 years ago
Pierre Kancir 9a2df7c159 .github: test dev environment scripts 3 years ago
Peter Barker 43e83f18be AP_AHRS: do not send EKF_STATUS_REPORT from DCM 3 years ago
Peter Barker 2f69dcc085 AP_AHRS: cache some trig results for yaw in DCM backend 3 years ago
Peter Barker 44d56854be AP_AHRS: make AP_AHRS_DCM an AP_AHRS backend 3 years ago
Iampete1 2b402ed2d7 AP_BLHeli: use is_dshot_protocol in place of >= AP_HAL::RCOutput::MODE_PWM_DSHOT150 3 years ago
Iampete1 3b8b90d170 AP_HAL: move is_dshot_protocol to AP_HAL 3 years ago
Iampete1 9751cb5b24 AP_HAL_ChibiOS: move is_dshot_protocol up to AP_HAL 3 years ago
Iampete1 9b02baa5f0 AP_HAL: add note to output_mode enum about params using it 3 years ago
Iampete1 436f9a3f46 AP_BLHeli: move OTYPE to use RCOutput::MODE not AP_Motors::PWM_TYPE 3 years ago
Iampete1 9106835c93 AP_BLHeli: use motors is_digital_pwm_type helper 3 years ago
Iampete1 bc29735cb2 AP_Motors: make pwm_type protected and add helpers 3 years ago
Iampete1 1f163453fc Copter: don't check PWM type directly use helpers 3 years ago
Iampete1 b472300191 AP_MotorsUGV: make pwm_type private and add is_digital_pwm_type method 3 years ago
Iampete1 86e56934b6 AP_Scripting: update analog input example to check for valid pin 3 years ago
Iampete1 f50326c154 AP_WindVane: check for valid analog pins 3 years ago
Iampete1 e5ae023be2 AP_Scripting: AnalogSource set_pin returns bool 3 years ago
Iampete1 8f50eab6c2 AP_RSSI: check for valid analog pin 3 years ago
Iampete1 f667c098a2 AP_RangeFinder: analog: check for valid pin 3 years ago
Iampete1 5ea72bd371 AP_LeakDetector: check for valid analog pin 3 years ago
Iampete1 9f04cded3b AP_HAL_SITL: AnalogSource: return bool for set_pin 3 years ago
Iampete1 62474e6dc8 AP_HAL_Linux: AnalogSource: set_pin return true 3 years ago