mirror of https://github.com/ArduPilot/ardupilot
Plane: quadplane defaults Q_WP_SPEED to 500
Q_WP_ACCEL default is set to 100
This commit is contained in:
parent
a35a7e1523
commit
4c8ada111b
|
@ -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 },
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue