ekf2: move sideslip fusion file to aid_sources/sideslip

This commit is contained in:
Daniel Agar
2024-04-04 14:07:14 -04:00
parent eb8ee74066
commit 789b2b3d8a
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ if(CONFIG_EKF2_RANGE_FINDER)
endif()
if(CONFIG_EKF2_SIDESLIP)
list(APPEND EKF_SRCS EKF/sideslip_fusion.cpp)
list(APPEND EKF_SRCS EKF/aid_sources/sideslip/sideslip_fusion.cpp)
endif()
if(CONFIG_EKF2_TERRAIN)
+1 -1
View File
@@ -129,7 +129,7 @@ if(CONFIG_EKF2_RANGE_FINDER)
endif()
if(CONFIG_EKF2_SIDESLIP)
list(APPEND EKF_SRCS sideslip_fusion.cpp)
list(APPEND EKF_SRCS aid_sources/sideslip/sideslip_fusion.cpp)
endif()
if(CONFIG_EKF2_TERRAIN)