Plane: default angle_boost to disabled for tailsitters

This commit is contained in:
Mark Whitehorn 2019-09-08 14:18:06 -06:00 committed by Andrew Tridgell
parent d9e3a01e57
commit 788e7a840c

View File

@ -491,6 +491,7 @@ static const struct AP_Param::defaults_table_struct defaults_table_tailsitter[]
{ "Q_A_RAT_PIT_FF", 0.2 },
{ "Q_A_RAT_YAW_FF", 0.2 },
{ "Q_A_RAT_YAW_I", 0.18 },
{ "Q_A_ANGLE_BOOST", 0 },
{ "LIM_PITCH_MAX", 3000 },
{ "LIM_PITCH_MIN", -3000 },
{ "MIXING_GAIN", 1.0 },