Plane: quadplane defaults Q_WP_SPEED to 500

Q_WP_ACCEL default is set to 100
This commit is contained in:
Randy Mackay 2021-03-02 13:43:27 +09:00
parent a35a7e1523
commit 4c8ada111b
1 changed files with 2 additions and 0 deletions

View File

@ -544,6 +544,8 @@ static const struct AP_Param::defaults_table_struct defaults_table[] = {
{ "Q_LOIT_BRK_ACCEL", 50.0 },
{ "Q_LOIT_BRK_JERK", 250 },
{ "Q_LOIT_SPEED", 500 },
{ "Q_WP_SPEED", 500 },
{ "Q_WP_ACCEL", 100 },
};
/*