mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Make INAV configurable
This commit is contained in:
@@ -4,10 +4,15 @@
|
||||
# att & pos estimator, att & pos control.
|
||||
#
|
||||
|
||||
# previously (2014) the system was relying on
|
||||
#attitude_estimator_ekf start
|
||||
#position_estimator_inav start
|
||||
ekf_att_pos_estimator start
|
||||
# previously (2014) the system was relying on
|
||||
# INAV, which defaults to 0 now.
|
||||
if param compare INAV_ENABLED 1
|
||||
then
|
||||
attitude_estimator_ekf start
|
||||
position_estimator_inav start
|
||||
else
|
||||
ekf_att_pos_estimator start
|
||||
fi
|
||||
|
||||
if mc_att_control start
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user