diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index 9ecff76..17e699a 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -1858,13 +1858,6 @@ If no airspeed measurements are avalable, the EKF-GSF AHRS calculation will assu
Vision
-
- Device id of IMU
- Set to 0 to use system selected (sensor_combined) IMU, otherwise set to the device id of the desired IMU (vehicle_imu).
-
- System Primary
-
-
X position of IMU in body frame (forward axis with origin relative to vehicle centre of gravity)
m
@@ -2021,6 +2014,20 @@ Baro and Magnetometer data will be averaged before downsampling, other data will
10.0
1
+
+ Multi-EKF IMUs
+ Maximum number of IMUs to use for Multi-EKF. Set 0 to disable. Requires SENS_IMU_MODE 0.
+ 0
+ 3
+ true
+
+
+ Multi-EKF Magnetometers
+ Maximum number of magnetometers to use for Multi-EKF. Set 0 to disable. Requires SENS_MAG_MODE 0.
+ 0
+ 4
+ true
+
Measurement noise for non-aiding position hold
0.5
@@ -2255,6 +2262,30 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi
0.2
m/m
+
+ Selector error reduce threshold
+ EKF2 instances have to be better than the selected by at least this amount before their relative score can be reduced.
+
+
+ Selector acceleration threshold
+ EKF2 selector acceleration error threshold for comparing accelerometers. Acceleration vector differences larger than this will result in accumulated velocity error.
+ m/s^2
+
+
+ Selector angular threshold
+ EKF2 selector maximum accumulated angular error threshold for comparing gyros. Accumulated angular error larger than this will result in the sensor being declared faulty.
+ deg
+
+
+ Selector angular rate threshold
+ EKF2 selector angular rate error threshold for comparing gyros. Angular rate vector differences larger than this will result in accumulated angular error.
+ deg/s
+
+
+ Selector angular threshold
+ EKF2 selector maximum accumulated velocity threshold for comparing accelerometers. Accumulated velocity error larger than this will result in the sensor being declared faulty.
+ m/s
+
Gate size for TAS fusion
Sets the number of standard deviations used by the innovation consistency test.
@@ -3405,7 +3436,7 @@ but also ignore less noise
normalized_thrust
3
-
+
Hover thrust process noise
Reduce to make the hover thrust estimate more stable, increase if the real hover thrust is expected to change quickly over time.
0.0001