mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 20:28:37 +08:00
add comment that EKF_att_estimator does not run on FMUv1
This commit is contained in:
@@ -13,6 +13,8 @@ then
|
|||||||
# and uses the older EKF filter. However users can
|
# and uses the older EKF filter. However users can
|
||||||
# enable the new quaternion based complimentary
|
# enable the new quaternion based complimentary
|
||||||
# filter by setting EKF_ATT_ENABLED = 0.
|
# filter by setting EKF_ATT_ENABLED = 0.
|
||||||
|
# Note that on FMUv1, the EKF att estimator is not
|
||||||
|
# available and the Q estimator runs instead.
|
||||||
if param compare EKF_ATT_ENABLED 1
|
if param compare EKF_ATT_ENABLED 1
|
||||||
then
|
then
|
||||||
attitude_estimator_ekf start
|
attitude_estimator_ekf start
|
||||||
|
|||||||
Reference in New Issue
Block a user