56 Commits (a5bb3c206e7366ee9b350d43361808d1a6d30b1d)

Author SHA1 Message Date
Randy Mackay 63052ff874 Copter: pre-arm check of battery voltage 10 years ago
Randy Mackay ea30e5151d Copter: pre-arm check thr is above failsafe 10 years ago
Randy Mackay 14cf9b1621 Copter: reset ekf height if arming before home set 10 years ago
Randy Mackay 5e40ad5c38 Copter: sonar pre-arm check only if optflow enabled 10 years ago
Andrew Tridgell 278883c521 Copter: finished conversion to .cpp files 10 years ago
Andrew Tridgell 356ece3402 Copter: rename .pde files to .cpp files 10 years ago
Robert Lefebvre db3852522f Copter: Arming failures should say Collective not Throttle for Tradheli. 10 years ago
Robert Lefebvre 112fef4825 Copter: Change Tradheli arming failure message. 10 years ago
Randy Mackay 6b65aa465b Copter: pre-arm checks ignore unused compasses 10 years ago
Robert Lefebvre 316196b12f Copter: Finish RCMap fix. 10 years ago
Andrew Tridgell 554de1f2d7 Copter: added channel objects named after input function 10 years ago
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