44 Commits (24a5f57b450191201a82ec0dc9433804e69d7dfd)

Author SHA1 Message Date
Leonard Hall 5d5ccc8c78 Copter: Update ACRO to use rate parameters and update expo function 3 years ago
Leonard Hall f3dc47ce3d Copter: Add units to the AC_AttitudeControl Library 3 years ago
Leonard Hall a1ad194abd Copter: seperate kinimatic shaping from pid limit setting 4 years ago
Leonard Hall 3b0a870504 Copter: Rename set_yaw_target_to_current_heading 4 years ago
Leonard Hall e294991b08 Copter: Fix before squash 4 years ago
Leonard Hall 4bae8f03a4 Copter: Use PosControl fixes 4 years ago
Randy Mackay 67e15f8d07 Copter: autotune entry checks moved to init 4 years ago
Tatsuya Yamaguchi c42681f4f2 Copter: add exit() method to Mode class 4 years ago
Peter Barker 1e0f106ed4 Copter: make AutoTune object private state to ModeAutoTune 4 years ago
Tatsuya Yamaguchi f4eed612d7 Copter: add allows_autotune function to Mode class 4 years ago
Tatsuya Yamaguchi 0cce5699b2 Copter: change from control_mode to flightmode 4 years ago
bnsgeyer c75848435e Copter: fix heli land detector and incoporate reset_I_smoothly 4 years ago
Peter Barker afa153fb6f Copter: remove wrapper for get_avoidance_adjusted_climbrate 5 years ago
Peter Barker 5ece75a09a Copter: AC_AutoTune writes events itself now 5 years ago
Peter Barker b4537bebd8 Copter: move control_mode_t into being Mode::Number enum class 5 years ago
Peter Barker 676d75c391 Copter: correct namespacing of Copter modes 6 years ago
Peter Hall 3fe63d5bc0 Copter: only save autotune gains if disarmed in autotue 6 years ago
Peter Barker 46a6f45e4a Copter: adjust for desired spool state and spool state renames 6 years ago
Peter Barker e744df585c Copter: avoid int32_t<->float conversions 6 years ago
Peter Barker 3521d98b52 Copter: move handling Write_Event into AP_Logger 6 years ago
Peter Barker 6fc76a32af GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Leonard Hall 2ddb3f6697 Copter: desired-ground-idle replaces spin-when-armed 6 years ago
Andrew Tridgell b897551e0b Copter: log PIDs at full rate during AUTOTUNE twitch 6 years ago
Andrew Tridgell 89d54767b1 Copter: convert to use AC_AutoTune library 6 years ago
Peter Barker e02a645354 Copter: use fabsf() instead of labs() 6 years ago
Michael du Breuil 7e1ed948f5 Copter: Cope with AC_PosControl renaming 6 years ago
Peter Barker 214adc121f Copter: mode_autotune: factor out common filter reset code 7 years ago
Peter Barker 9c72a8ecc7 Copter: simplify autotune's filter value determination 7 years ago
Peter Barker f4be542169 Copter: autotune: raise priorities of autotune success and param saved 7 years ago
Randy Mackay a38507623d Copter: autotune minor comment fix 7 years ago
Randy Mackay 1b38a377ff Copter: autotune replace 1 with true 7 years ago
Leonard Hall 7204d46ccb Copter: Autotune - Fix low angle P issue 7 years ago
Leonard Hall 5c1d895f82 Copter: autotune announce only while tuning 7 years ago
Leonard Hall 83fac326a4 Copter: autotune check for vel overshoot in angle P 7 years ago
Ebin d8f56b3511 ArduCopter: changed signature for get_pilot_desired_lean_angles() 7 years ago
Leonard Hall 8ac653cabf Copter: AutoTune integrate renamed use_sqrt_controller 7 years ago
Leonard Hall 93de23e7c4 Copter: get-pilot-desired-lean-angles accepts another angle-max 7 years ago
Leonard Hall 9544b1763b Copter: replace smoothing gain with AC_AttitudeControl::set_input_tc 7 years ago
Peter Barker bb9af3b79d Copter: autotune: correct compilation when logging disabled 7 years ago
Andrew Tridgell 0ed75052f8 Copter: enable parameters inside mode objects 7 years ago
Peter Barker ab7a9c9073 Copter: use zero_throttle_and_relax_ac in poshold, drift and autotune 7 years ago
Peter Barker 996115c0d3 Copter: eliminate MAIN_LOOP_SECONDS macro 7 years ago
Randy Mackay c3fbf2671c Copter: rename control_xx.cpp files to mode_xx.cpp 7 years ago
Randy Mackay 06fbe8f3a7 Copter: rename FlightMode class to Mode 7 years ago
Randy Mackay 8870897847 Copter: FlightMode objects use lower case 7 years ago
Peter Barker 4ae2be55aa Copter: fix up autotune namespacing 7 years ago
Peter Barker 67063d6b1e Copter: FlightMode - convert AUTOTUNE flight mode 7 years ago
ChrisBird caaeae3d0a Copter: Separate max ascent and descent speeds 7 years ago
Lucas De Marchi be402374ea ArduCopter: use FALLTHROUGH define 8 years ago