Added OctoMap class

This commit is contained in:
matlabbe
2016-06-28 19:00:44 -04:00
parent 060a3fd47e
commit 4115bc416e
9 changed files with 675 additions and 54 deletions

View File

@@ -237,6 +237,21 @@ IF(ZED_FOUND)
ENDIF(CUDA_FOUND)
ENDIF(ZED_FOUND)
IF(WITH_OCTOMAP)
SET(INCLUDE_DIRS
${INCLUDE_DIRS}
${OCTOMAP_INCLUDE_DIRS}
)
SET(LIBRARIES
${LIBRARIES}
${OCTOMAP_LIBRARIES}
)
SET(SRC_FILES
${SRC_FILES}
OctoMap.cpp
)
ENDIF(WITH_OCTOMAP)
####################################
# Generate resources files
####################################