mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 01:20:34 +08:00
ekf2: move optical flow files to aid_sources/optical_flow
This commit is contained in:
@@ -196,8 +196,8 @@ endif()
|
|||||||
|
|
||||||
if(CONFIG_EKF2_OPTICAL_FLOW)
|
if(CONFIG_EKF2_OPTICAL_FLOW)
|
||||||
list(APPEND EKF_SRCS
|
list(APPEND EKF_SRCS
|
||||||
EKF/optical_flow_control.cpp
|
EKF/aid_sources/optical_flow/optical_flow_control.cpp
|
||||||
EKF/optflow_fusion.cpp
|
EKF/aid_sources/optical_flow/optical_flow_fusion.cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
@@ -115,8 +115,8 @@ endif()
|
|||||||
|
|
||||||
if(CONFIG_EKF2_OPTICAL_FLOW)
|
if(CONFIG_EKF2_OPTICAL_FLOW)
|
||||||
list(APPEND EKF_SRCS
|
list(APPEND EKF_SRCS
|
||||||
optical_flow_control.cpp
|
aid_sources/optical_flow/optical_flow_control.cpp
|
||||||
optflow_fusion.cpp
|
aid_sources/optical_flow/optical_flow_fusion.cpp
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user