174 Commits (c45ca690dc0ed923833133da66478eacef741fce)

Author SHA1 Message Date
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
Randy Mackay 90e205c905 AC_PosControl: replace safe_sqrt with pythagorous2 11 years ago
Randy Mackay dd45647626 AC_PosControl: update some comments re leash lengths 11 years ago
Holger Steinhaus 345115fddd AC_PosControl: fixed leash length calc for descent speed 11 years ago
jschall 024855014f AC_PosControl: update _pos_error if it is being limited 11 years ago
Randy Mackay 9130c88f15 AC_PosControl: throttle rate to simple P controller 11 years ago
Randy Mackay 94fb9c4274 AC_PosControl: replace APM_PI with AC_P 11 years ago
Randy Mackay 8b8d6a8e01 AC_PosControl: use trig values from ahrs 11 years ago
Randy Mackay 551836c49d AC_PosControl: make some methods const 11 years ago
Randy Mackay 26b257c8ba AC_AttControl: alternative get_stopping_point_z 11 years ago
Randy Mackay 1b8791a142 AC_PosControl: remove debug 11 years ago
Randy Mackay de34359808 AC_PosControl: recalculate leash when speed or accel modified 11 years ago
Randy Mackay 80ae3dca2e AC_PosControl: remove debug 11 years ago
Randy Mackay bbcf8cc84c AC_PosControl: add horizontal pos control 11 years ago
Randy Mackay 3ce1c0a9d5 AC_PosControl: add get_alt_error method 11 years ago
Randy Mackay 8988b48ad8 AC_PosControl: add init take-off 11 years ago
Randy Mackay dcac124105 AC_PosControl: add throttle controller 11 years ago
Randy Mackay 05bb943a69 AC_AttControl: first draft of PosControl class 11 years ago
Randy Mackay c9415a08f1 AC_WPNav: use ahrs trig values 11 years ago
Randy Mackay 5767aa47d9 AC_WPNav: reduce leash length for stopping 11 years ago
Randy Mackay 952afd296e Copter: initialise waypoint leash length 11 years ago
Andrew Tridgell 30fffa5854 AC_WPNav: fixed some build warnings 11 years ago
Tobias c3309d909c AC_WPNav: make more member pointers const 11 years ago
Tobias bb5cf4a311 AC_WPNav: make member pointer to AP_InertialNav object const since it's 11 years ago
Tobias 1ecb583dd9 AC_WPNav: replace unnecessary objects with const refs 11 years ago
Randy Mackay 45aeb1a921 Copter: split up loiter into 4 steps 12 years ago
Randy Mackay 6969ab573d Copter: configurable max lean angle 12 years ago
Randy Mackay bf5a50f738 WPNav: stopping point projection uses wp_leash 12 years ago
Randy Mackay 345924ddec WPNav: replace LOITER_ACCEL_MAX with parameter 12 years ago
Randy Mackay 204f613467 WPNav: bug fix to reported distance to target 12 years ago
Randy Mackay 518eba0729 WPNav: bug fix to loiter accel calculation 12 years ago
Randy Mackay c4f17b3235 WPNav: rounding error fix in loiter 12 years ago
Randy Mackay 5d23d5aaa7 WPNav: reduce loiter speed used to correct pos error 12 years ago
Randy Mackay dde19c9585 WPNav: add acceleration parameter 12 years ago
Randy Mackay 272f0e5032 Copter: reduce twitch when entering CIRCLE mode 12 years ago
Randy Mackay 89bbf5844f Copter WPNav: remove unused variable 12 years ago
Randy Mackay 8c4a7ec094 Copter WPNav: Leonard's improved speed fix 12 years ago
Randy Mackay a1926441da Copter: use fast tan for accel to lean angle calcs 12 years ago
Randy Mackay d203f0295b Copter: bug fix for vertical speed during missions 12 years ago
Randy Mackay dbd6524f9f Copter: WPNav consolidate acceleration #defines 12 years ago
Randy Mackay e3dffb920b Copter: initialise target vel in loiter 12 years ago
Randy Mackay a474b97291 Copter: resolve compiler warning re unused vars 12 years ago
Randy Mackay 916f241fff Copter: Leonard's improved Loiter 12 years ago
Randy Mackay 46d65150af Copter: lengthen loiter stopping point 12 years ago