mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: adjust down default quadplane gains
make it better for a typical quadplane, the defaults were more suitable on smaller aircraft
This commit is contained in:
parent
6fd8eea917
commit
ffa625dfb3
@ -471,6 +471,10 @@ static const struct AP_Param::defaults_table_struct defaults_table[] = {
|
||||
{ "Q_WP_SPEED", 500 },
|
||||
{ "Q_WP_ACCEL", 100 },
|
||||
{ "Q_P_JERK_XY", 2 },
|
||||
// lower rotational accel limits
|
||||
{ "Q_A_ACCEL_R_MAX", 40000 },
|
||||
{ "Q_A_ACCEL_P_MAX", 40000 },
|
||||
{ "Q_A_ACCEL_Y_MAX", 10000 },
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user