mirror of https://github.com/ArduPilot/ardupilot
added option for stab_d gain scheduling
This commit is contained in:
parent
4ef4a19f8e
commit
4b1d847a3a
|
@ -110,6 +110,7 @@ static const AP_Param::Info var_info[] PROGMEM = {
|
|||
GSCALAR(camera_pitch_gain, "CAM_P_G"),
|
||||
GSCALAR(camera_roll_gain, "CAM_R_G"),
|
||||
GSCALAR(stabilize_d, "STAB_D"),
|
||||
GSCALAR(stabilize_d_schedule, "STAB_D_S"),
|
||||
GSCALAR(acro_p, "ACRO_P"),
|
||||
GSCALAR(axis_lock_p, "AXIS_P"),
|
||||
GSCALAR(axis_enabled, "AXIS_ENABLE"),
|
||||
|
|
Loading…
Reference in New Issue