diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index a84815c..db894fd 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -582,8 +582,8 @@
- Enable auto tuning enable on aux input
- Defines which aux input to enable auto tuning
+ Enable/disable auto tuning using an RC AUX input
+ Defines which RC_MAP_AUXn parameter maps the RC channel used to enable/disable auto tuning.
0
6
@@ -1611,14 +1611,14 @@
Integer bitmask controlling data fusion and aiding methods
- Set bits in the following positions to enable: 0 : Deprecated, use EKF2_GPS_CTRL instead 1 : Set to true to use optical flow data if available 2 : Set to true to inhibit IMU delta velocity bias estimation 3 : Deprecated, use EKF2_EV_CTRL instead 4 : Deprecated, use EKF2_EV_CTRL instead 5 : Set to true to enable multi-rotor drag specific force fusion 6 : Deprecated, use EKF2_EV_CTRL instead 7 : Deprecated, use EKF2_GPS_CTRL instead 3 : Deprecated, use EKF2_EV_CTRL instead
+ Set bits in the following positions to enable: 0 : Deprecated, use EKF2_GPS_CTRL instead 1 : Set to true to use optical flow data if available 2 : Deprecated, use EKF2_IMU_CTRL instead 3 : Deprecated, use EKF2_EV_CTRL instead 4 : Deprecated, use EKF2_EV_CTRL instead 5 : Set to true to enable multi-rotor drag specific force fusion 6 : Deprecated, use EKF2_EV_CTRL instead 7 : Deprecated, use EKF2_GPS_CTRL instead 3 : Deprecated, use EKF2_EV_CTRL instead
0
511
true
unused
use optical flow
- inhibit IMU bias estimation
+ unused
unused
unused
multi-rotor drag fusion
@@ -1938,6 +1938,13 @@
m/s
2
+
+ Accelerometer measurement noise for gravity based observations
+ 0.1
+ 10.0
+ m/s^2
+ 2
+
Default value of true airspeed used in EKF-GSF AHRS calculation
If no airspeed measurements are available, the EKF-GSF AHRS calculation will assume this value of true airspeed when compensating for centripetal acceleration during turns. Set to zero to disable centripetal acceleration compensation during fixed wing flight modes.
@@ -1993,6 +2000,16 @@
Vision
+
+ IMU control
+ 0
+ 7
+
+ Gyro Bias
+ Accel Bias
+ Gravity vector fusion
+
+
X position of IMU in body frame (forward axis with origin relative to vehicle centre of gravity)
m
@@ -5213,6 +5230,16 @@
m/s
1
+
+ Enable user assisted descent for autonomous land routine
+ When enabled, descent speed will be: stick full up - 0 stick centered - MPC_LAND_SPEED stick full down - 2 * MPC_LAND_SPEED Additionally, the vehicle can be yawed and moved laterally using the other sticks. Manual override during auto modes has to be disabled to use this feature (see COM_RC_OVERRIDE).
+ 0
+ 1
+
+ Fixed descent speed of MPC_LAND_SPEED
+ User assisted descent speed
+
+
Landing descend rate
0.6
@@ -10712,16 +10739,6 @@
-
- Enable user assisted descent speed for autonomous land routine
- When enabled, descent speed will be: stick full up - 0 stick centered - MPC_LAND_SPEED stick full down - 2 * MPC_LAND_SPEED
- 0
- 1
-
- Fixed descent speed of MPC_LAND_SPEED
- User assisted descent speed
-
-
Skip the controller