252 Commits (19419fd9018a9e7aa8f8eaefa02e15ec1a12a35c)

Author SHA1 Message Date
Jonathan Challinger b7632194cc Copter: check EKF health specifically in pre_arm_gps_checks 10 years ago
Randy Mackay ae87f9be6e Copter: use accel_calibrated_ok_all 10 years ago
Andrew Tridgell d61848817b Copter: double the threshold for accel inconsistency on IMU3 10 years ago
Tom Pittenger 2e191e5a3d Copter: replace fabs() with fabsf() 10 years ago
Randy Mackay 4f52aaa3a3 Copter: fix tradheli arming message 10 years ago
Tom Pittenger c8bc44fc6e Copter: compile warnings: float to double. print statements require doubles 10 years ago
Andrew Tridgell 5a36b9955e Copter: fix for HAL_SITL rename 10 years ago
Robert Lefebvre 05f18bb014 Copter: Rename output_min() to enable_motor_output() 10 years ago
Robert Lefebvre 4e51ce6d75 Copter: rename "estop" to "emergency stop". 10 years ago
Robert Lefebvre 9d9f20a6cb Copter: Add Motor Interlock/E-Stop Conflict Prearm Check 10 years ago
Robert Lefebvre 16cf9471ae Copter: Remove ap.motors_interlock, use only flag in AP_Motors 10 years ago
Robert Lefebvre b82113acc7 Copter: Modify auto-disarm process for throttle interlock 10 years ago
Robert Lefebvre 7349827eb1 Copter: Add Aux Switch E-Stop Function 10 years ago
Robert Lefebvre 4a0a4de687 Copter: update motors.throttle_interlock every time motors_output is run 10 years ago
Robert Lefebvre 7d745587a4 Copter: Add using_interlock flag, employ it in arming process 10 years ago
Robert Lefebvre e4c5915330 Copter: initial creation of motor_interlock 10 years ago
Jonathan Challinger 73d961cebc Copter: mavlink initiated takeoff in alt-hold modes 10 years ago
Jonathan Challinger e5b6cf9966 Copter: use circular limit on tilt angle for arm check 10 years ago
Randy Mackay 276b2dcf5e Copter: move lost copter check to separate function 10 years ago
svefro 5bee93cba3 Copter: Lost copter alarm through sticks 10 years ago
Andrew Tridgell cb2427ef9e Copter: removed special cases for DCM gain changes on arm/disarm 10 years ago
Randy Mackay 1ff443d667 Copter: add rangefinder pre-arm check 10 years ago
Randy Mackay 52f7186cbf Copter: pre-arm check primary compass health 10 years ago
Randy Mackay 6834b5943e Copter: pre-arm alt disparity check only if using baro 10 years ago
Paul Riseborough 1d7cb25c17 Copter : Update pre-arm and arm checks using EKF health status 10 years ago
Randy Mackay fea7632eac Copter: save EKF learned compass to primary compass 10 years ago
Paul Riseborough 2406e26ab4 Copter : Save EKF learned compass offsets on disarm 10 years ago
Randy Mackay e5ddd276fd Copter: remove baro init on arming 10 years ago
Jonathan Challinger ffc445098b Copter: remove velocity pre-arm check 10 years ago
Robert Lefebvre fd0cb0beed Copter: Create check_duplicate_auxsw() method to streamline pre-arm check code 10 years ago
Robert Lefebvre a5af151a91 Copter: Initial expansion of Aux Switch to Ch7-12 10 years ago
Randy Mackay fbfc94cf69 Copter: remove GPS glitch and failsafe 10 years ago
Randy Mackay 6f6847c025 Copter: use only InertialNav_EKF 10 years ago
Leonard Hall d5bbe6de03 Copter: remove TRIM_THROTTLE 10 years ago
Randy Mackay c711179ffe Copter: set_mid_throttle renamed to set_hover_throttle 10 years ago
Randy Mackay fbe87afb9c Copter: pre-arm check of EKF origin vs home 10 years ago
Randy Mackay e7579198c9 Copter: when arming set home to current loc only if not locked 10 years ago
Randy Mackay a4fd36a775 Copter: fix compile error when fence disabled 10 years ago
Jonathan Challinger 0cc83b1826 Copter: use hal.util soft_armed state 10 years ago
Randy Mackay 4ff75f0371 Copter: perf info ignores slow loop due to arming 10 years ago
Randy Mackay 8b5f1575ad Copter: remove pre-arm check of RC3_TRIM 10 years ago
Robert Lefebvre 0b1f217420 Copter: Add PreArm check for radio trims. 10 years ago
Randy Mackay f00861d2f1 Copter: using arming_failed as event 10 years ago
Randy Mackay 9e813948fa Copter: protect against multiple arming messages 10 years ago
Randy Mackay 32cb901ce3 Copter: allow arming at mid throttle in AltHold, Loiter 10 years ago
Randy Mackay e7f20c04c3 Copter: init_arm_motors calls pre-arm checks 10 years ago
Randy Mackay f4c392c64d Copter: pre_arm_checks returns success or failure 10 years ago
Randy Mackay 64af4ff923 Copter: rename set_servos_4 to motors_output 10 years ago
Randy Mackay 8754ce9eed Copter: move 80% thr limit to MotorsTri 10 years ago
Randy Mackay 43ba94e99a Copter: rename manual_flight_mode to mode_has_manual_throttle 10 years ago