Skip to content

Commit

Permalink
import and restyle lambda twist
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchang committed Sep 12, 2019
1 parent 327f2bf commit db3da67
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 82 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ add_library(omni_slam_eval_lib
src/feature/detector.cc
src/feature/matcher.cc
src/reconstruction/triangulator.cc
src/odometry/pnp.cc
src/optimization/bundle_adjuster.cc
src/util/hdf_file.cc
)
Expand Down Expand Up @@ -95,7 +96,7 @@ target_link_libraries(omni_slam_tracking_eval_node PUBLIC omni_slam_eval_lib
${HDF5_CXX_LIBRARIES}
${OpenMP_CXX_FLAGS}
${PCL_LIBRARIES}
ceres
${CERES_LIBRARIES}
)

target_link_libraries(omni_slam_matching_eval_node PUBLIC omni_slam_eval_lib
Expand All @@ -104,7 +105,7 @@ target_link_libraries(omni_slam_matching_eval_node PUBLIC omni_slam_eval_lib
${HDF5_CXX_LIBRARIES}
${OpenMP_CXX_FLAGS}
${PCL_LIBRARIES}
ceres
${CERES_LIBRARIES}
)

target_link_libraries(omni_slam_reconstruction_eval_node PUBLIC omni_slam_eval_lib
Expand All @@ -113,7 +114,7 @@ target_link_libraries(omni_slam_reconstruction_eval_node PUBLIC omni_slam_eval_l
${HDF5_CXX_LIBRARIES}
${OpenMP_CXX_FLAGS}
${PCL_LIBRARIES}
ceres
${CERES_LIBRARIES}
)

target_compile_options(omni_slam_tracking_eval_node PUBLIC ${OpenMP_CXX_FLAGS})
Expand Down
Loading

0 comments on commit db3da67

Please sign in to comment.