Skip to content

Commit

Permalink
feat(pointcloud_preprocessor): add unit test for distortion corrector…
Browse files Browse the repository at this point in the history
… node (autowarefoundation#7801)

feat: add unit test for distoriton corrector node

Signed-off-by: vividf <[email protected]>
  • Loading branch information
vividf authored and tby-udel committed Jul 14, 2024
1 parent e7ec195 commit 3bad3e6
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 489 deletions.
14 changes: 6 additions & 8 deletions sensing/pointcloud_preprocessor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,12 @@ 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)


add_ros_test(
test/test_distortion_corrector.py
TIMEOUT "30"
)
add_ros_test(
test/test_distortion_corrector_use_imu_false.py
TIMEOUT "30"
)
endif()
241 changes: 0 additions & 241 deletions sensing/pointcloud_preprocessor/test/test_distortion_corrector.py

This file was deleted.

Loading

0 comments on commit 3bad3e6

Please sign in to comment.