Skip to content

Commit

Permalink
Merge branch 'fix/grid_map_pcl_install' into 'master'
Browse files Browse the repository at this point in the history
[grid_map_pcl] Fixed install. It was missing launchfiles and docs

GitOrigin-RevId: 9db8cf3b3504939bc67e578360ec69149e715929
  • Loading branch information
YoshuaNavaANYbotics authored and anybotics-sync-runner committed Oct 28, 2020
1 parent c8b1057 commit 2e84c40
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions grid_map_pcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ target_link_libraries(grid_map_pcl_loader_node
#############
## Install ##
#############

# Mark executables and/or libraries for installation
install(
TARGETS
${PROJECT_NAME}
Expand All @@ -104,13 +102,25 @@ install(
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

# Mark cpp header files for installation
install(
DIRECTORY include/${PROJECT_NAME}/
DIRECTORY
include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
FILES_MATCHING PATTERN "*.hpp"
)
install(
DIRECTORY
doc
config
launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
install(
FILES
README.md
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)


#############
## Testing ##
Expand Down

0 comments on commit 2e84c40

Please sign in to comment.