Skip to content

Commit ab635d0

Browse files
author
Ludovic Delval
committed
linted skiros2_std_reasoners
1 parent 8e4d975 commit ab635d0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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_LAUNCH_DESTINATION})

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>

0 commit comments

Comments
 (0)