mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 17:00:34 +08:00
lpe : default fusion flags for GPS-only use
This commit is contained in:
committed by
Lorenz Meier
parent
de6302c418
commit
679b59b8d4
@@ -345,7 +345,7 @@ PARAM_DEFINE_FLOAT(LPE_FGYRO_HP, 0.001f);
|
||||
* @min 0
|
||||
* @max 1
|
||||
*/
|
||||
PARAM_DEFINE_INT32(LPE_FAKE_ORIGIN, 1);
|
||||
PARAM_DEFINE_INT32(LPE_FAKE_ORIGIN, 0);
|
||||
|
||||
/**
|
||||
* Local origin latitude for nav w/o GPS
|
||||
@@ -437,7 +437,7 @@ PARAM_DEFINE_FLOAT(LPE_LAND_VXY, 0.05f);
|
||||
* 6 : Set to true to enable flow gyro compensation
|
||||
* 7 : Set to true to enable baro fusion
|
||||
*
|
||||
* default (247, no vision yaw)
|
||||
* default (145 - GPS only)
|
||||
*
|
||||
* @group Local Position Estimator
|
||||
* @min 0
|
||||
@@ -451,4 +451,4 @@ PARAM_DEFINE_FLOAT(LPE_LAND_VXY, 0.05f);
|
||||
* @bit 6 flow gyro compensation
|
||||
* @bit 7 fuse baro
|
||||
*/
|
||||
PARAM_DEFINE_INT32(LPE_FUSION, 247);
|
||||
PARAM_DEFINE_INT32(LPE_FUSION, 145);
|
||||
Reference in New Issue
Block a user