Skip to content

Commit 4ded419

Browse files
author
Ludovic Delval
committed
Merge pull request #1 from ScalABLE40/catkin_lint
Catkin lint
2 parents 8e4d975 + 834daa3 commit 4ded419

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

skiros2_std_reasoners/CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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
77
find_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

4742
catkin_install_python(PROGRAMS
4843
test/test
4944
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
5045
)
46+
47+
install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)

skiros2_std_reasoners/package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
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>

skiros2_std_skills/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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
77
find_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}

skiros2_std_skills/package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
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>

0 commit comments

Comments
 (0)