|
|
|
@ -279,20 +279,20 @@ FixedwingAttitudeControl::FixedwingAttitudeControl() :
@@ -279,20 +279,20 @@ FixedwingAttitudeControl::FixedwingAttitudeControl() :
|
|
|
|
|
_parameter_handles.p_i = param_find("FW_P_I"); |
|
|
|
|
_parameter_handles.p_rmax_pos = param_find("FW_P_RMAX_POS"); |
|
|
|
|
_parameter_handles.p_rmax_neg = param_find("FW_P_RMAX_NEG"); |
|
|
|
|
_parameter_handles.p_integrator_max = param_find("FW_P_integrator_max"); |
|
|
|
|
_parameter_handles.p_integrator_max = param_find("FW_P_IMAX"); |
|
|
|
|
_parameter_handles.p_roll_feedforward = param_find("FW_P_ROLLFF"); |
|
|
|
|
|
|
|
|
|
_parameter_handles.r_p = param_find("FW_R_P"); |
|
|
|
|
_parameter_handles.r_d = param_find("FW_R_D"); |
|
|
|
|
_parameter_handles.r_i = param_find("FW_R_I"); |
|
|
|
|
_parameter_handles.r_integrator_max = param_find("FW_R_integrator_max"); |
|
|
|
|
_parameter_handles.r_integrator_max = param_find("FW_R_IMAX"); |
|
|
|
|
_parameter_handles.r_rmax = param_find("FW_R_RMAX"); |
|
|
|
|
|
|
|
|
|
_parameter_handles.y_p = param_find("FW_Y_P"); |
|
|
|
|
_parameter_handles.y_i = param_find("FW_Y_I"); |
|
|
|
|
_parameter_handles.y_d = param_find("FW_Y_D"); |
|
|
|
|
_parameter_handles.y_roll_feedforward = param_find("FW_Y_ROLLFF"); |
|
|
|
|
_parameter_handles.y_integrator_max = param_find("FW_Y_integrator_max"); |
|
|
|
|
_parameter_handles.y_integrator_max = param_find("FW_Y_IMAX"); |
|
|
|
|
|
|
|
|
|
_parameter_handles.airspeed_min = param_find("FW_AIRSPD_MIN"); |
|
|
|
|
_parameter_handles.airspeed_trim = param_find("FW_AIRSPD_TRIM"); |
|
|
|
|