From a573371c416249c4fcec628e2e6c4941edbd5924 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Tue, 16 Jul 2019 08:39:28 +0000 Subject: [PATCH] Update PX4 Firmware metadata Tue Jul 16 08:39:28 UTC 2019 --- .../PX4/PX4ParameterFactMetaData.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 1c660c57a..efd624514 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -4148,6 +4148,14 @@ default 1.5 turns per second 3 0.01 + + 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 + 5.0 + 4 + 0.0005 + Max pitch rate Limit for pitch rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. @@ -4210,6 +4218,14 @@ default 1.5 turns per second 3 0.01 + + 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 + 5.0 + 4 + 0.0005 + Max roll rate Limit for roll rate in manual and auto modes (except acro). Has effect for large rotations in autonomous mode, to avoid large control output and mixer saturation. This is not only limited by the vehicle's properties, but also by the maximum measurement rate of the gyro. @@ -4312,6 +4328,14 @@ default 1.5 turns per second 2 0.01 + + Yaw rate controller gain + Global gain of the controller. This gain scales the P, I and D terms of the controller: output = MC_YAWRATE_K * (MC_YAWRATE_P * error + MC_YAWRATE_I * error_integral + MC_YAWRATE_D * error_derivative) Set MC_YAWRATE_P=1 to implement a PID in the ideal form. Set MC_YAWRATE_K=1 to implement a PID in the parallel form. + 0.0 + 5.0 + 4 + 0.0005 + Max yaw rate 0.0 -- 2.22.0