mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix LPE exception handling in ROMFS
This commit is contained in:
parent
e6670d7926
commit
6fbf09d8da
@ -9,7 +9,6 @@ then
|
||||
echo "ERROR [init] Estimator LPE not supported on fixed wing. Using EKF2"
|
||||
param set SYS_MC_EST_GROUP 2
|
||||
param save
|
||||
ekf2 start
|
||||
fi
|
||||
|
||||
#
|
||||
|
||||
@ -28,7 +28,6 @@ then
|
||||
echo "ERROR [init] Estimator LPE not available. Using EKF2"
|
||||
param set SYS_MC_EST_GROUP 2
|
||||
param save
|
||||
ekf2 start
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
@ -29,7 +29,6 @@ then
|
||||
echo "ERROR [init] Estimator LPE not available. Using EKF2"
|
||||
param set SYS_MC_EST_GROUP 2
|
||||
param save
|
||||
ekf2 start
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user