Skip to content

Commit 834daa3

Browse files
author
Ludovic Delval
committed
linted skiros2_std_skills
1 parent ab635d0 commit 834daa3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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)