From 7ac39a17bd4288c4facf28a9e8448f3e6f75875b Mon Sep 17 00:00:00 2001 From: DK Date: Thu, 9 Jul 2020 15:26:55 +0900 Subject: [PATCH] fix: add launch copy command in CMakeLists.txt --- livox_ros_driver/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/livox_ros_driver/CMakeLists.txt b/livox_ros_driver/CMakeLists.txt index 47e4e8f..55aed77 100644 --- a/livox_ros_driver/CMakeLists.txt +++ b/livox_ros_driver/CMakeLists.txt @@ -212,6 +212,10 @@ install(TARGETS ${PROJECT_NAME}_node RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} ) +install(DIRECTORY launch/ + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch + ) + #--------------------------------------------------------------------------------------- # end of CMakeList.txt #---------------------------------------------------------------------------------------