67 Commits (349f1aeceb6a0d817483545985530f1a8e21804f)

Author SHA1 Message Date
Leonard Hall 349f1aeceb AC_PosControl: use 2-axis PI controller 10 years ago
Leonard Hall 8d4f0ec80c AC_PosControl: integrate PID input filter 10 years ago
Jonathan Challinger e9bbe062f3 AC_PosControl: modify accel_to_lean_angles to apply filters before yaw rotation 10 years ago
Randy Mackay 186337f18e AC_PosControl: rename xy_mode enum values 10 years ago
Jonathan Challinger 3faca88423 AC_PosControl: allow control of xy rate constraint behavior 10 years ago
Robert Lefebvre 14d76d158a AC_AttitudeControl: Correct comment. 10 years ago
Randy Mackay 07a0388f25 AC_PosControl: move alt limit to set_alt_target_from_climb_rate 10 years ago
Robert Lefebvre 02f3f96310 AC_PosControl: Enable altitude limit checking. 10 years ago
Randy Mackay aeecc46f7b AC_PosControl: remove unnecessary set of desired_accel 10 years ago
Jonathan Challinger 9ebd0e9960 AC_PosControl: reincarnate dead block of code 10 years ago
Jonathan Challinger a580cd83e8 AC_PosControl: Fill _vel_desired.z for reporting 10 years ago
Randy Mackay 2a5a133bbf AC_AttControl: remove deprecated trigger_xy method 10 years ago
Jonathan Challinger 557d339cf1 AC_PosControl: remove various unnecessary timing hacks 10 years ago
Jonathan Challinger d6e455417f AC_PosControl: change keep_xy_I_terms to a parameter of init_xy_controller 10 years ago
priseborough 12ea1d6e85 AC_AttitudeControl: Scale angle demand noise filter 10 years ago
priseborough e80b1c67cd AC_AttitudeControl: Add EKF optical flow noise gain scaler 10 years ago
priseborough 2dff76394d AC_PosControl: Add spike and noise filter to demanded angles 10 years ago
Jonathan Challinger bfe71fea82 AC_PosControl: Use blended accelerometer measurement in altitude control 10 years ago
Jonathan Challinger e81c1dd5a1 AC_PosControl: add force_descend option to set_alt_target_from_climb_rate 10 years ago
Randy Mackay ac7ea2a12c AC_PosControl: use AttControl's sqrt_controller 10 years ago
Jonathan Challinger 779baa006d AC_PosControl: Use sqrt_controller function 10 years ago
Randy Mackay a1cfd03c9b AC_PosControl: bug fix dt calculation 10 years ago
Jonathan Challinger 4a397a8d67 AC_PosControl: Protect from divide-by-zero in get_stopping_point_xy 10 years ago
Randy Mackay 1754cacf3c AC_PosControl: remove completed to-do comments 10 years ago
Randy Mackay cf3b2be99c AC_PosControl: 4hz filter on z-axis velocity error 11 years ago
Randy Mackay 665f353416 AC_PosControl: 2hz filter on accel error 11 years ago
Randy Mackay 1362bdc338 AC_PosControl: smooth take-off with accel PID's I term 11 years ago
Randy Mackay 70568225a6 AC_PosControl: init members to resolve compiler warnings 11 years ago
Randy Mackay 9233bbab14 AC_PosControl: cast fabs to float to resolve compiler warnings 11 years ago
Jonathan Challinger 762bb3e6e8 AC_AttitudeControl: Limit _pos_target.z to below alt_max before computing error 11 years ago
Jonathan Challinger 5f66027ba3 AC_AttitudeControl: Fixup some minor mistakes in AC_PosControl 11 years ago
Randy Mackay 82ed70b25e AC_PosControl: add xyz velocity controller 11 years ago
Randy Mackay 4d4c7a2118 AC_AttControl: move freeze_ff to flags structure 11 years ago
lthall 8bbce7e658 AC_PosControl: freeze feed forward for alt control in Auto 11 years ago
lthall 0d87298221 AC_PosControl: freeze feed forward and vector fixes 11 years ago
Randy Mackay 2b0f142a17 AC_PosControl: fix typo in D-filter definition 11 years ago
Randy Mackay 29ca7a10df AC_PosControl: set alt hold accel control D term filter 11 years ago
Randy Mackay c13db680b7 AC_PosControl: remove reset_I_xy 11 years ago
Randy Mackay cd8b1f278c AC_PosControl: remove unused _cos_yaw variable 11 years ago
Randy Mackay 0819e05896 AC_PosControl: lean_angles_to_accel added for smooth initialisation 11 years ago
lthall 21c93e48ab AC_PosControl: include vel error when get_stopping_point_z 11 years ago
Randy Mackay a1f1dd8059 AC_PosControl: add is_active_z method 11 years ago
Randy Mackay 937e9ea687 AC_PosControl: add set_target_to_stopping_point_xy method 11 years ago
Randy Mackay 9f63de9b59 AC_PosControl: set_speed_z accepts positive descent speeds 11 years ago
Randy Mackay 098f8169b0 AC_PosControl: add keep_xy_I_terms method 11 years ago
Ju1ien 6c71569775 AC_PosControl: update_xy_controller allows not resetting I term 11 years ago
Randy Mackay 09a35cf90f AC_PosControl: bugfix for freezing I-term build-up 11 years ago
Randy Mackay e565ee6d33 AC_PosControl: stop I term build-up when motors at max 11 years ago
Randy Mackay 6f6c9e2585 AC_PosControl: bug fix to vertical speed limit 11 years ago
Randy Mackay 7e376bc517 PosControl: update_pos_controller renamed to update_xy_controller 11 years ago