diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 22959a51f0c857c79857406a2ed9cc7f7d97f82e..bd14f1abdeac528b6a4b2424ef05ca37c9ec81cf 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -5080,7 +5080,7 @@ default 1.5 turns per second Pitch rate controller gain Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_PITCHRATE_K * (MC_PITCHRATE_P * error + MC_PITCHRATE_I * error_integral + MC_PITCHRATE_D * error_derivative) Set MC_PITCHRATE_P=1 to implement a PID in the ideal form. Set MC_PITCHRATE_K=1 to implement a PID in the parallel form. - 0.0 + 0.01 5.0 4 0.0005 @@ -5088,7 +5088,7 @@ default 1.5 turns per second Pitch rate P gain Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s. - 0.0 + 0.01 0.6 3 0.01 @@ -5124,7 +5124,7 @@ default 1.5 turns per second Roll rate controller gain Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_ROLLRATE_K * (MC_ROLLRATE_P * error + MC_ROLLRATE_I * error_integral + MC_ROLLRATE_D * error_derivative) Set MC_ROLLRATE_P=1 to implement a PID in the ideal form. Set MC_ROLLRATE_K=1 to implement a PID in the parallel form. - 0.0 + 0.01 5.0 4 0.0005 @@ -5132,7 +5132,7 @@ default 1.5 turns per second Roll rate P gain Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s. - 0.0 + 0.01 0.5 3 0.01