Skip to content

Commit

Permalink
add ArucoDetector context
Browse files Browse the repository at this point in the history
  • Loading branch information
anacg1620 committed Jun 20, 2024
1 parent b6bae9f commit e3b0cdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions share/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ if(ENABLE_QrDetector)
endif()
endif()

if(ENABLE_ArucoDetector)
if(ENABLE_tests)
yarp_install(DIRECTORY contexts/ArucoDetector/tests
DESTINATION ${ROBOTICSLAB-VISION_CONTEXTS_INSTALL_DIR}/ArucoDetector)
endif()
endif()

if(ENABLE_sceneReconstruction)
yarp_install(DIRECTORY contexts/sceneReconstruction
DESTINATION ${ROBOTICSLAB-VISION_CONTEXTS_INSTALL_DIR})
Expand Down
Binary file added share/contexts/ArucoDetector/tests/rdaruco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3b0cdc

Please sign in to comment.