Skip to content

Commit

Permalink
Merge pull request #1 from ScalABLE40/catkin_lint
Browse files Browse the repository at this point in the history
Catkin lint
  • Loading branch information
Ludovic Delval committed Jul 4, 2019
2 parents 8e4d975 + 834daa3 commit 4ded419
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
7 changes: 2 additions & 5 deletions skiros2_std_reasoners/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ project(skiros2_std_reasoners)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
rospy
skiros2_msgs
)

## System dependencies are found with CMake's conventions
Expand Down Expand Up @@ -40,11 +38,10 @@ catkin_package(
## Specify additional locations of header files
## Your package locations should be listed before other locations
# include_directories(include)
include_directories(
${catkin_INCLUDE_DIRS}
)

catkin_install_python(PROGRAMS
test/test
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)
2 changes: 0 additions & 2 deletions skiros2_std_reasoners/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@


<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>skiros2_msgs</build_depend>
<run_depend>rospy</run_depend>
<run_depend>skiros2_msgs</run_depend>
<run_depend>skiros2_common</run_depend>
Expand Down
6 changes: 0 additions & 6 deletions skiros2_std_skills/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ project(skiros2_std_skills)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
rospy
skiros2_msgs
)

## System dependencies are found with CMake's conventions
Expand Down Expand Up @@ -40,10 +38,6 @@ catkin_package(
## Specify additional locations of header files
## Your package locations should be listed before other locations
# include_directories(include)
include_directories(
${catkin_INCLUDE_DIRS}
)

#catkin_install_python(PROGRAMS
# test/test
# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
Expand Down
2 changes: 0 additions & 2 deletions skiros2_std_skills/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@


<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>skiros2_msgs</build_depend>
<run_depend>rospy</run_depend>
<run_depend>skiros2_msgs</run_depend>
<run_depend>skiros2_common</run_depend>
Expand Down

0 comments on commit 4ded419

Please sign in to comment.