Skip to content
Snippets Groups Projects

WIP: Apriltag

Merged Joan Solà Ortega requested to merge Apriltag into devel
Compare and
34 files
+ 2759
22
Compare changes
  • Side-by-side
  • Inline
Files
34
@@ -5,7 +5,11 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
@@ -5,7 +5,11 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
# Add in this section the CONDITIONAL CLUES [IF/ELSE]
# Add in this section the CONDITIONAL CLUES [IF/ELSE]
# for external libraries and move inside them the respective lines from above.
# for external libraries and move inside them the respective lines from above.
IF (OPENCV_FOUND AND Apriltag_FOUND)
 
SET(HDRS_CONSTRAINT ${HDRS_CONSTRAINT}
 
${CMAKE_CURRENT_SOURCE_DIR}/constraint_autodiff_apriltag.h
 
)
 
ENDIF(OPENCV_FOUND AND Apriltag_FOUND)
#=========================================
#=========================================
#=========================================
#=========================================
@@ -22,6 +26,6 @@ SET(SRCS_CONSTRAINT ${SRCS_CONSTRAINT}
@@ -22,6 +26,6 @@ SET(SRCS_CONSTRAINT ${SRCS_CONSTRAINT}
# Forward var to parent scope
# Forward var to parent scope
# These lines always at the end
# These lines always at the end
SET(HDRS_CONSTRAINT ${HDRS_CONSTRAINT} PARENT_SCOPE)
SET(HDRS_CONSTRAINT ${HDRS_CONSTRAINT} PARENT_SCOPE)
SET(SRCS_CONSTRAINT ${SRCS_CONSTRAINT} PARENT_SCOPE)
SET(SRCS_CONSTRAINT ${SRCS_CONSTRAINT} PARENT_SCOPE)
 
\ No newline at end of file
Loading