Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b6a25 commit adf9ca6Copy full SHA for adf9ca6
CMakeLists.txt
@@ -14,4 +14,4 @@ include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
14
# variables.
15
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
16
17
-rosbuild_make_distribution(0.4.7.3)
+rosbuild_make_distribution(0.4.7.4)
octomap_server/CMakeLists.txt
@@ -18,7 +18,7 @@ link_directories(${OCTOMAP_LIBRARY_DIRS})
18
link_libraries(${PROJECT_NAME} ${OCTOMAP_LIBRARIES})
19
# required fix / workaround for catkin?
20
# REMOVE WHEN COMPILING WITH PLAIN CMAKE OCTOMAP
21
-set (OCTOMAP_LIBRARIES ${octomap_LIBRARIES})
+#set (OCTOMAP_LIBRARIES ${octomap_LIBRARIES})
22
23
find_package(PCL REQUIRED)
24
include_directories(${PCL_INCLUDE_DIRS})
0 commit comments