Skip to content

Commit

Permalink
add imutypes files
Browse files Browse the repository at this point in the history
  • Loading branch information
weihaoysgs committed Apr 10, 2024
1 parent 405d7ce commit 5d56371
Show file tree
Hide file tree
Showing 4 changed files with 799 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
add_library(backend
sensor_fusion/imu/imu_types.cc
)

add_executable(gauss_newton_method example/gauss_newton_method.cpp)
target_link_libraries(gauss_newton_method tiny_ceres)

Expand Down
Loading

0 comments on commit 5d56371

Please sign in to comment.