diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index 3ac54831a42906454a264909de58216a472b3a00..bbf8aaf6420e07179b9735c573ed9d642352b56a 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -4545,6 +4545,14 @@ is 90 degrees. It should be lower than MPC_XY_CRUISE
deg/s
1
+
+ Manual yaw rate input filter time constant
+Setting this parameter to 0 disables the filter
+ 0.0
+ 5.0
+ s
+ 2
+
Manual-Position control sub-mode
The supported sub-modes are: 0 Default position control where sticks map to position/velocity directly. Maximum speeds is MPC_VEL_MANUAL. 1 Smooth position control where setpoints are adjusted based on acceleration limits and jerk limits. 2 Sport mode that is the same Default position control but with velocity limits set to the maximum allowed speeds (MPC_XY_VEL_MAX) 3 Smooth position control with maximum acceleration and jerk limits (different algorithm than 1).