mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
SYS_MC_EST_GROUP: add q estimator only option and activate on omnibus
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# transition from LPE+Q to Q estimator (2019-06-05)
|
||||
if param compare SYS_MC_EST_GROUP 1
|
||||
then
|
||||
param set SYS_MC_EST_GROUP 3
|
||||
fi
|
||||
|
||||
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
@@ -11,7 +17,7 @@ then
|
||||
param set CBRK_IO_SAFETY 22027
|
||||
|
||||
# use the Q attitude estimator, it works w/o mag or GPS.
|
||||
param set SYS_MC_EST_GROUP 1
|
||||
param set SYS_MC_EST_GROUP 3
|
||||
param set ATT_ACC_COMP 0
|
||||
param set ATT_W_ACC 0.4000
|
||||
param set ATT_W_GYRO_BIAS 0.0000
|
||||
|
||||
Reference in New Issue
Block a user