aruco_pose: add duplicate test to CMakeLists.txt

This commit is contained in:
Oleg Kalachev
2022-09-14 12:46:04 +03:00
parent 4c40bea226
commit dd0dd6b5c1

View File

@@ -251,4 +251,5 @@ if (CATKIN_ENABLE_TESTING)
add_rostest(test/test_node_failure.test)
add_rostest(test/largemap.test)
add_rostest(test/crash_opencv.test)
add_rostest(test/duplicate.test)
endif()