Skip to content

Commit 3a9def1

Browse files
test(ground_segmentation): add ransac_ground_filter test and update test pcd file (#7776)
* chore(ground_segmentation test): add intensity Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: add ransac ground segmentation test Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3763857 commit 3a9def1

File tree

5 files changed

+65862
-65548
lines changed

5 files changed

+65862
-65548
lines changed

perception/ground_segmentation/CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,11 @@ if(BUILD_TESTING)
100100
ground_segmentation
101101
${YAML_CPP_LIBRARIES}
102102
)
103+
ament_add_ros_isolated_gtest(test_ransac_ground_filter
104+
test/test_ransac_ground_filter.cpp
105+
)
106+
target_link_libraries(test_ransac_ground_filter
107+
ground_segmentation
108+
${YAML_CPP_LIBRARIES})
109+
103110
endif()

0 commit comments

Comments
 (0)