mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
LPE fault relaxation and sitl fix (#6146)
* Set LPE FUSE for standard iris sitl config. * Relax fault detection handling. * Always correct lidar.
This commit is contained in:
@@ -42,6 +42,9 @@ param set MPC_Z_VEL_P 0.6
|
||||
param set MPC_Z_VEL_I 0.15
|
||||
param set EKF2_GBIAS_INIT 0.01
|
||||
param set EKF2_ANGERR_INIT 0.01
|
||||
param set LPE_FUSION 247
|
||||
# 11110111 no vis yaw (1 << 3)
|
||||
|
||||
replay tryapplyparams
|
||||
simulator start -s
|
||||
rgbledsim start
|
||||
|
||||
@@ -61,7 +61,7 @@ param set MIS_TAKEOFF_ALT 2
|
||||
param set NAV_ACC_RAD 1.0
|
||||
param set CBRK_GPSFAIL 240024
|
||||
param set LPE_FUSION 246
|
||||
# 11110110 no vis (1 << 3) yaw and no gps (1 << 0)
|
||||
# 11110110 no vis yaw (1 << 3) and no gps (1 << 0)
|
||||
|
||||
replay tryapplyparams
|
||||
simulator start -s
|
||||
|
||||
Reference in New Issue
Block a user