mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 07:10:35 +08:00
Added local position estimator.
This commit is contained in:
@@ -12,7 +12,13 @@ then
|
||||
attitude_estimator_q start
|
||||
position_estimator_inav start
|
||||
else
|
||||
ekf_att_pos_estimator start
|
||||
if param compare LPE_ENABLED 1
|
||||
then
|
||||
attitude_estimator_q start
|
||||
local_position_estimator start
|
||||
else
|
||||
ekf_att_pos_estimator start
|
||||
fi
|
||||
fi
|
||||
|
||||
if mc_att_control start
|
||||
|
||||
Reference in New Issue
Block a user