Skip to content

Commit

Permalink
fix(pointcloud_preprocessor): temporarily remove distortion corrector…
Browse files Browse the repository at this point in the history
… unit test (#7879)

fix: temporarily remove distortion corretor unit test

Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf authored Jul 7, 2024
1 parent 26e87ea commit 07e226c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 604 deletions.
4 changes: 0 additions & 4 deletions sensing/pointcloud_preprocessor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,8 @@ if(BUILD_TESTING)
ament_add_gtest(test_utilities
test/test_utilities.cpp
)
ament_add_gtest(distortion_corrector_node_tests
test/test_distortion_corrector_node.cpp
)

target_link_libraries(test_utilities pointcloud_preprocessor_filter)
target_link_libraries(distortion_corrector_node_tests pointcloud_preprocessor_filter)


endif()
Loading

0 comments on commit 07e226c

Please sign in to comment.