From 8fb4b8d3964a9d118fd2f863c7f504f198ae6920 Mon Sep 17 00:00:00 2001 From: JohnnyZhou Date: Wed, 9 Jan 2019 18:11:10 +0800 Subject: [PATCH 1/2] chore(install):fix install sub dirs --- wrappers/ros/src/mynt_eye_ros_wrapper/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wrappers/ros/src/mynt_eye_ros_wrapper/CMakeLists.txt b/wrappers/ros/src/mynt_eye_ros_wrapper/CMakeLists.txt index ab949f9..dc8129f 100644 --- a/wrappers/ros/src/mynt_eye_ros_wrapper/CMakeLists.txt +++ b/wrappers/ros/src/mynt_eye_ros_wrapper/CMakeLists.txt @@ -133,12 +133,12 @@ install(TARGETS mynteye_wrapper mynteye_wrapper_node RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} ) -install(DIRECTORY launch - DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} +install(DIRECTORY launch/ + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch ) -install(DIRECTORY rviz - DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} +install(DIRECTORY rviz/ + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/rviz ) install(FILES nodelet_plugins.xml From cc756a7c1b9c70e6fb549abddc3ef9c22cac8fd6 Mon Sep 17 00:00:00 2001 From: JohnnyZhou Date: Wed, 9 Jan 2019 18:12:03 +0800 Subject: [PATCH 2/2] chore(node): robust node running --- wrappers/ros/src/mynt_eye_ros_wrapper/launch/mynteye.launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/ros/src/mynt_eye_ros_wrapper/launch/mynteye.launch b/wrappers/ros/src/mynt_eye_ros_wrapper/launch/mynteye.launch index fcea5db..524b9a4 100644 --- a/wrappers/ros/src/mynt_eye_ros_wrapper/launch/mynteye.launch +++ b/wrappers/ros/src/mynt_eye_ros_wrapper/launch/mynteye.launch @@ -209,7 +209,7 @@ - +