ekf2: move optical flow files to aid_sources/optical_flow

This commit is contained in:
Daniel Agar
2024-04-04 14:03:22 -04:00
parent fcf94e7670
commit 78f2ccbb60
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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()
+2 -2
View File
@@ -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()