151 Commits (f69360844fa7d62759f5d4e7367c514e99d6f06b)

Author SHA1 Message Date
Michael du Breuil 5846a54c17 AC_AttitudeControl: Fix copy paste param doc error 6 years ago
Leonard Hall 96a8bcf641 AC_AttitudeControl: limit gyro correction to 45 degrees error 6 years ago
Leonard Hall acaefe9316 AC_AttitudeControl: remove output limits 6 years ago
Leonard Hall 34c0656675 AC_AttitudeControl: Add missing variable initalisations 7 years ago
Michael du Breuil eb1f3b205f AC_AttitudeControl: Use reset_rate_controller_I_terms() helper 7 years ago
Leonard Hall 706ff85be7 AC_AttitudeControl: Add minimum angle limit for get_althold_lean_angle_max 7 years ago
Jacob Walser 6ae1bf4cf4 AC_AttitudeControl: Allow zero gains for Sub 7 years ago
Randy Mackay 33f437a72c AC_AttitudeControl: use multiply instead of divide 7 years ago
Leonard Hall c53ba22daa AC_AttitudeControl: add new rate only attitude control 7 years ago
Randy Mackay b988a6ca08 AC_AttitudeControl: add units to INPUT_TC param desc 7 years ago
Randy Mackay 9aa6415e1c AC_AttitudeControl: use is_positive and is_negative 7 years ago
Randy Mackay b3de52dc59 AC_AttitudeControl: minor comment fix 7 years ago
Leonard Hall 05418d3d29 AC_AttitudeControl: add EKF reset handling 7 years ago
Leonard Hall 8c45345863 AC_AttitudeControl: rename use_ff_and_input_shaping to use_sqrt_controller 7 years ago
Leonard Hall 1e9e12e866 AC_AttitudeControl: rename heading_quad to yaw_vec_correction_quat 7 years ago
Randy Mackay 59a2445ad3 AC_AttitudeControl: replace smoothing gain with INPUT_TC 7 years ago
Leonard Hall e1e224b68b AC_AttitudeControl: add angular velocity limit 7 years ago
Leonard Hall ee82943f85 AC_AttitudeControl: add input_shaping_rate_predictor 7 years ago
Leonard Hall 6175a896ee AC_AttitudeControl: add set smoothing gain 7 years ago
Leonard Hall 692e6518cc AC_AttitudeControl: update param desc values for large copters 7 years ago
Leonard Hall 62cc25022c AC_AttitudeControl: protect against overshoot in sqrt controller 7 years ago
Leonard Hall 75de0cb4ef AC_AttitudeControl: sqrt_controller accepts dt 7 years ago
Leonard Hall cddd815a75 AC_AttitudeControl: comment thrust_heading_rotation_angles 7 years ago
Leonard Hall 0544cf1d82 AC_AttControl: add step input for autotune 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 188dfb6936 AC_AttitudeControl: Use SI units conventions in parameter units 8 years ago
Randy Mackay 67097c8d59 AC_AttitudeControl: use gyro_latest 8 years ago
Andrew Tridgell 5acbf5d16e AC_AttitudeControl: use FF from AC_PID 8 years ago
Leonard Hall ea0e413b04 AC_AttControl: do not limit rate if ATC_ACCEL_MAX param is zero 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Leonard Hall 29d4790fc7 AC_AttControl: reduce max_rate_step based on hover throttle 9 years ago
Leonard Hall 011bc0a350 AC_AttControl: add reset_rate_controller_I_terms() 9 years ago
Leonard Hall 80bda572ba AC_AttutudeControl: Yaw shift fix 9 years ago
Leonard Hall 8737f6b62d AC_AttitudeControl: enhanced quaternion attitude controller 9 years ago
Leonard Hall 096bdd67f8 AC_AttitudeControl: add ATC_ANG_LIM_TC parameter 9 years ago
Randy Mackay dafc45eb26 AC_AttitudeControl: move get_althold_lean_angle_max to parent class 9 years ago
Leonard Hall 3d27ecca92 AC_AttitudeControl: add TC for Alt_Hold angle limit 9 years ago
Randy Mackay 7ff0fcb25d AC_AttitudeControl: multicopter specific rate_controller_run 9 years ago
Randy Mackay b7431b7d0c AC_AttitudeControl: update throttle rpy mix on every iteration 9 years ago
Leonard Hall 35ef761deb AC_AttitudeControl: Move set_throttle_out to _Multi and _Heli 9 years ago
Andrew Tridgell 6330060e49 AC_AttitudeControl: added monitoring of controller error 9 years ago
Randy Mackay 4a06ca4be2 AC_AttControl: remove unused call to motors.set_stabilizing 9 years ago
Leonard Hall b30606bb22 AC_AttControl: remove scaling for centi-degrees and legacy motor input 9 years ago
Randy Mackay 17c9db08f3 AC_AttControl: add angle and rate PIDs 9 years ago
Leonard Hall 979534279a AC_AttControl: roll, pitch, yaw output to motors in -1 to +1 range 9 years ago
Leonard Hall 2822b93cd4 AC_AttControl: add get_throttle_in accessor 9 years ago
Leonard Hall c0f209fa42 AC_AttControl: angle_boost to float 9 years ago
Jonathan Challinger e946e047e6 AC_AttitudeControl: add attitude_controller_run functions, call from input functions 9 years ago
Randy Mackay 5ddd332277 AC_AttControl: add ANGLE_BOOST param 9 years ago
Randy Mackay 86bb03aa79 AC_AttControl: use ahrs get_rotation_body_to_ned 9 years ago
Jonathan Challinger 46e6ff3ca9 AC_AttitudeControl: modify comment on kinematic correction feedforward 9 years ago