Skip to content
Snippets Groups Projects
Commit 40f18270 authored by Médéric Fourmy's avatar Médéric Fourmy
Browse files

Added necessary files, adapting the functions in the API one by one, WIP

parent 41af6a35
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,9 @@ SET(HDRS_COMMON ...@@ -129,6 +129,9 @@ SET(HDRS_COMMON
SET(HDRS_MATH SET(HDRS_MATH
include/IMU/math/IMU_tools.h include/IMU/math/IMU_tools.h
) )
SET(HDRS_MATH
include/IMU/math/IMU_tools_Lie.h
)
SET(HDRS_UTILS SET(HDRS_UTILS
) )
SET(HDRS_CAPTURE SET(HDRS_CAPTURE
...@@ -160,6 +163,9 @@ SET(SRCS_COMMON ...@@ -160,6 +163,9 @@ SET(SRCS_COMMON
SET(SRCS_MATH SET(SRCS_MATH
include/IMU/math/IMU_tools.h include/IMU/math/IMU_tools.h
) )
SET(SRCS_MATH
include/IMU/math/IMU_tools_Lie.h
)
SET(SRCS_UTILS SET(SRCS_UTILS
) )
......
This diff is collapsed.
...@@ -22,6 +22,9 @@ target_link_libraries(gtest_IMU ${PLUGIN_NAME} ${wolf_LIBRARY}) ...@@ -22,6 +22,9 @@ target_link_libraries(gtest_IMU ${PLUGIN_NAME} ${wolf_LIBRARY})
wolf_add_gtest(gtest_IMU_tools gtest_IMU_tools.cpp) wolf_add_gtest(gtest_IMU_tools gtest_IMU_tools.cpp)
target_link_libraries(gtest_IMU_tools ${PLUGIN_NAME} ${wolf_LIBRARY}) target_link_libraries(gtest_IMU_tools ${PLUGIN_NAME} ${wolf_LIBRARY})
wolf_add_gtest(gtest_IMU_tools_Lie gtest_IMU_tools_Lie.cpp)
target_link_libraries(gtest_IMU_tools_Lie ${PLUGIN_NAME} ${wolf_LIBRARY})
wolf_add_gtest(gtest_processor_IMU_jacobians gtest_processor_IMU_jacobians.cpp) wolf_add_gtest(gtest_processor_IMU_jacobians gtest_processor_IMU_jacobians.cpp)
target_link_libraries(gtest_processor_IMU_jacobians ${PLUGIN_NAME} ${wolf_LIBRARY}) target_link_libraries(gtest_processor_IMU_jacobians ${PLUGIN_NAME} ${wolf_LIBRARY})
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment