From 8bf441afa01b2acfa544012947a40635e8e8a6b0 Mon Sep 17 00:00:00 2001 From: PX4 Jenkins Date: Tue, 30 Jan 2018 04:37:13 +0000 Subject: [PATCH] Update PX4 Firmware metadata Tue Jan 30 04:37:13 UTC 2018 --- .../PX4/PX4ParameterFactMetaData.xml | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index dddaf1e5f..41a1d0043 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 + -- 2.22.0