From af92e00e625dfc130740046a37687c5d4b166423 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Sun, 23 Feb 2020 11:01:49 +0000 Subject: [PATCH] Update PX4 Firmware metadata Sun Feb 23 11:01:49 UTC 2020 --- src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 22959a51f..bd14f1abd 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 -- GitLab