aruco_pose: add duplicate test to CMakeLists.txt

This commit is contained in:
Oleg Kalachev
2022-09-14 12:46:04 +03:00
parent d06b0a0cd2
commit 2ea848721c

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()