diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index 004f0500daad85c7b44e8e9cda462b94b92eb4fd..db8a61d6d819affff3787b76704d468e52101380 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.