From 83079a42081c69c80af2b70aa0b3c46a5baaed73 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Mon, 15 Jan 2018 14:03:58 -0800 Subject: [PATCH] Hack fix to LPE_FUSION max which was above int32 max --- src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 618a6d305..ecf85f443 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -3312,7 +3312,7 @@ by initializing the estimator to the LPE_LAT/LON parameters when global informat Integer bitmask controlling data fusion Set bits in the following positions to enable: 0 : Set to true to fuse GPS data if available, also requires GPS for altitude init 1 : Set to true to fuse optical flow data if available 2 : Set to true to fuse vision position 3 : Set to true to enable landing target 4 : Set to true to fuse land detector 5 : Set to true to publish AGL as local position down component 6 : Set to true to enable flow gyro compensation 7 : Set to true to enable baro fusion default (145 - GPS, baro, land detector) 0 - 4294967295 + 255 modules/local_position_estimator fuse GPS, requires GPS for alt. init -- 2.22.0