mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ekf2: move drag_fusion file to aid_sources/drag
This commit is contained in:
parent
c3fb0b1090
commit
31ae5b77fe
@ -155,7 +155,7 @@ if(CONFIG_EKF2_BAROMETER)
|
||||
endif()
|
||||
|
||||
if(CONFIG_EKF2_DRAG_FUSION)
|
||||
list(APPEND EKF_SRCS EKF/drag_fusion.cpp)
|
||||
list(APPEND EKF_SRCS EKF/aid_sources/drag/drag_fusion.cpp)
|
||||
endif()
|
||||
|
||||
if(CONFIG_EKF2_EXTERNAL_VISION)
|
||||
|
||||
@ -73,7 +73,7 @@ if(CONFIG_EKF2_BAROMETER)
|
||||
endif()
|
||||
|
||||
if(CONFIG_EKF2_DRAG_FUSION)
|
||||
list(APPEND EKF_SRCS drag_fusion.cpp)
|
||||
list(APPEND EKF_SRCS aid_sources/drag/drag_fusion.cpp)
|
||||
endif()
|
||||
|
||||
if(CONFIG_EKF2_EXTERNAL_VISION)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user