File tree Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ project(skiros2_std_reasoners)
55## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
66## is used, also find other catkin packages
77find_package (catkin REQUIRED COMPONENTS
8- rospy
9- skiros2_msgs
108)
119
1210## System dependencies are found with CMake's conventions
@@ -40,11 +38,10 @@ catkin_package(
4038## Specify additional locations of header files
4139## Your package locations should be listed before other locations
4240# include_directories(include)
43- include_directories (
44- ${catkin_INCLUDE_DIRS}
45- )
4641
4742catkin_install_python(PROGRAMS
4843 test /test
4944 DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
5045)
46+
47+ install (DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /launch)
Original file line number Diff line number Diff line change 1212
1313
1414 <buildtool_depend >catkin</buildtool_depend >
15- <build_depend >rospy</build_depend >
16- <build_depend >skiros2_msgs</build_depend >
1715 <run_depend >rospy</run_depend >
1816 <run_depend >skiros2_msgs</run_depend >
1917 <run_depend >skiros2_common</run_depend >
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ project(skiros2_std_skills)
55## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
66## is used, also find other catkin packages
77find_package (catkin REQUIRED COMPONENTS
8- rospy
9- skiros2_msgs
108)
119
1210## System dependencies are found with CMake's conventions
@@ -40,10 +38,6 @@ catkin_package(
4038## Specify additional locations of header files
4139## Your package locations should be listed before other locations
4240# include_directories(include)
43- include_directories (
44- ${catkin_INCLUDE_DIRS}
45- )
46-
4741#catkin_install_python(PROGRAMS
4842# test/test
4943# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Original file line number Diff line number Diff line change 1212
1313
1414 <buildtool_depend >catkin</buildtool_depend >
15- <build_depend >rospy</build_depend >
16- <build_depend >skiros2_msgs</build_depend >
1715 <run_depend >rospy</run_depend >
1816 <run_depend >skiros2_msgs</run_depend >
1917 <run_depend >skiros2_common</run_depend >
You can’t perform that action at this time.
0 commit comments