Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
aicp_mapping
Commits
68c16169
Commit
68c16169
authored
Mar 22, 2019
by
simalpha
Browse files
Fix pointmatcher dependency.
parent
3d94c52c
Changes
2
Hide whitespace changes
Inline
Side-by-side
aicp_core/CMakeLists.txt
View file @
68c16169
...
...
@@ -15,6 +15,7 @@ find_package(OpenCV 3.0 REQUIRED)
# Add include directories
include_directories
(
include
${
libpointmatcher_INCLUDE_DIRS
}
${
EIGEN3_INCLUDE_DIRS
}
${
PCL_INCLUDE_DIRS
}
${
OCTOMAP_INCLUDE_DIRS
}
...
...
@@ -28,7 +29,8 @@ catkin_package(
aicpClassification
aicpUtils
CATKIN_DEPENDS
DEPENDS PCL
DEPENDS libpointmatcher
PCL
OCTOMAP
OpenCV
)
# dependencies which will be taken outside
...
...
aicp_core/package.xml
View file @
68c16169
...
...
@@ -12,7 +12,9 @@
<buildtool_depend>
catkin
</buildtool_depend>
<build_depend>
yaml-cpp
</build_depend>
<build_depend>
libpointmatcher
</build_depend>
<run_depend>
yaml-cpp
</run_depend>
<run_depend>
libpointmatcher
</run_depend>
<export>
</export>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment