From 6068a6967e5d0233a61624c50f2e1440f7917088 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Fri, 18 Oct 2019 20:10:41 +0000 Subject: [PATCH] Update PX4 Firmware metadata Fri Oct 18 20:10:41 UTC 2019 --- .../PX4/PX4ParameterFactMetaData.xml | 48 ---------------------- 1 file changed, 48 deletions(-) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 004f050..db8a61d 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -4422,54 +4422,6 @@ default 1.5 turns per second 2 0.01 - - TPA D Breakpoint - Throttle PID Attenuation (TPA) Magnitude of throttle setpoint at which to begin attenuating roll/pitch D gain - 0.0 - 1.0 - 2 - 0.1 - - - TPA I Breakpoint - Throttle PID Attenuation (TPA) Magnitude of throttle setpoint at which to begin attenuating roll/pitch I gain - 0.0 - 1.0 - 2 - 0.1 - - - TPA P Breakpoint - Throttle PID Attenuation (TPA) Magnitude of throttle setpoint at which to begin attenuating roll/pitch P gain - 0.0 - 1.0 - 2 - 0.1 - - - TPA Rate D - Throttle PID Attenuation (TPA) Rate at which to attenuate roll/pitch D gain Attenuation factor is 1.0 when throttle magnitude is below the setpoint Above the setpoint, the attenuation factor is (1 - rate * (throttle - breakpoint) / (1.0 - breakpoint)) - 0.0 - 1.0 - 2 - 0.05 - - - TPA Rate I - Throttle PID Attenuation (TPA) Rate at which to attenuate roll/pitch I gain Attenuation factor is 1.0 when throttle magnitude is below the setpoint Above the setpoint, the attenuation factor is (1 - rate * (throttle - breakpoint) / (1.0 - breakpoint)) - 0.0 - 1.0 - 2 - 0.05 - - - TPA Rate P - Throttle PID Attenuation (TPA) Rate at which to attenuate roll/pitch P gain Attenuation factor is 1.0 when throttle magnitude is below the setpoint Above the setpoint, the attenuation factor is (1 - rate * (throttle - breakpoint) / (1.0 - breakpoint)) - 0.0 - 1.0 - 2 - 0.05 - Yaw rate D gain Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.