diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index dddaf1e5fd646b202caa38e2ad9d3d076f0c1a87..41a1d00434b1dd86f1fb12b478af810e782927b0 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -1119,7 +1119,9 @@ This parameter controls the time constant of the decay Airspeed fusion threshold. A value of zero will deactivate airspeed fusion. Any other positive -value will determine the minimum airspeed which will still be fused +value will determine the minimum airspeed which will still be fused. Set to about 90% of the vehicles stall speed. +Both airspeed fusion and sideslip fusion must be active for the EKF to continue navigating after loss of GPS. +Use EKF2_FUSE_BETA to activate sideslip fusion 0.0 m/s 1 @@ -1291,7 +1293,7 @@ Increasing it makes the multi-rotor wind estimates adjust more slowly Boolean determining if synthetic sideslip measurements should fused - A value of 1 indicates that fusion is active + A value of 1 indicates that fusion is active Both sideslip fusion and airspeed fusion must be active for the EKF to continue navigating after loss of GPS. Use EKF2_ARSP_THR to activate airspeed fusion. modules/ekf2 @@ -1653,7 +1655,8 @@ Assumes measurement is timestamped at trailing edge of integration periodmodules/ekf2 - Optical Flow data will not fused if the magnitude of the flow rate > EKF2_OF_RMAX + Optical Flow data will not fused if the magnitude of the flow rate > EKF2_OF_RMAX. +Control loops will be instructed to limit ground speed such that the flow rate produced by movement over ground is less than 50% of EKF2_OF_RMAX 1.0 rad/s 2 @@ -4456,6 +4459,17 @@ default 1.5 turns per second 1 modules/mc_pos_control + + Horizontal acceleration in manual modes when optical flow ground speed limit is removed. +If full stick is being applied and the EKF starts using GPS whilst using optical flow, +the vehicle will accelerate at this rate until the normal position control speed is achieved + 0.2 + 2.0 + m/s/s + 1 + 0.1 + modules/mc_pos_control + Maximum horizontal acceleration for auto mode and maximum deceleration for manual mode 2.0 @@ -7966,6 +7980,11 @@ This is used for gathering replay logs for the ekf2 module The offset (zero-reading) in Pascal modules/sensors + + Optical Flow minimum focus distance + This parameter defines the minimum distance from ground required for the optical flow sensor to operate reliably. The sensor may be usable below this height, but accuracy will progressively reduce to loss of focus. * + modules/sensors +