Copter: Trad Heli-change default accel_z_p to 0.30

prevents collective cycling in altitude controlled modes
This commit is contained in:
ChristopherOlson 2017-10-21 21:20:36 -05:00 committed by Andrew Tridgell
parent 93810ab42a
commit 572c609cd6
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@
# define WP_YAW_BEHAVIOR_DEFAULT WP_YAW_BEHAVIOR_LOOK_AHEAD
# define THR_MIN_DEFAULT 0
# define AUTOTUNE_ENABLED DISABLED
# define ACCEL_Z_P 0.30f
#endif
//////////////////////////////////////////////////////////////////////////////