<long_desc>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.</long_desc>
<min>0.0</min>
<min>0.01</min>
<max>5.0</max>
<decimal>4</decimal>
<increment>0.0005</increment>
...
...
@@ -5088,7 +5088,7 @@ default 1.5 turns per second</short_desc>
<long_desc>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.</long_desc>
<min>0.0</min>
<min>0.01</min>
<max>5.0</max>
<decimal>4</decimal>
<increment>0.0005</increment>
...
...
@@ -5132,7 +5132,7 @@ default 1.5 turns per second</short_desc>