Skip to content

Commit

Permalink
Refactor package.xml and CMakeLists.txt to remove unnecessary depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
ozanhakantunca committed Dec 16, 2024
1 parent 1f758f9 commit 67593bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
4 changes: 0 additions & 4 deletions auv_vision/auv_detection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ cmake_minimum_required(VERSION 3.0.2)
project(auv_detection)

find_package(catkin REQUIRED COMPONENTS
roscpp
rospy
)

catkin_package(
CATKIN_DEPENDS
roscpp
rospy
)

include_directories(
Expand Down
8 changes: 2 additions & 6 deletions auv_vision/auv_detection/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
<version>0.1.0</version>
<description>The auv_detection package</description>

<author email="[email protected]">Ozan Hakan Tunca</author>
<maintainer email="[email protected]">Ozan Hakan Tunca</maintainer>

<license>BSD-3-Clause</license>

<buildtool_depend>catkin</buildtool_depend>

<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>

<exec_depend>roscpp</exec_depend>
<exec_depend>rospy</exec_depend>

<export>
</export>
Expand Down
4 changes: 0 additions & 4 deletions auv_vision/auv_vision/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ project(auv_vision)

find_package(catkin REQUIRED COMPONENTS
auv_detection
roscpp
rospy
)

catkin_package(
CATKIN_DEPENDS
roscpp
rospy
)

include_directories(
Expand Down
11 changes: 2 additions & 9 deletions auv_vision/auv_vision/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@
<version>0.1.0</version>
<description>The auv_vision package</description>

<maintainer email="[email protected]">farukmimarlar</maintainer>
<author email="[email protected]">farukmimarlar</author>
<maintainer email="[email protected]">Faruk Mimarlar</maintainer>
<author email="[email protected]">Faruk Mimarlar</author>

<license>BSD-3-Clause</license>

<buildtool_depend>catkin</buildtool_depend>

<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>

<exec_depend>roscpp</exec_depend>
<exec_depend>rospy</exec_depend>

<depend>auv_detection</depend>

<export>
Expand Down

0 comments on commit 67593bb

Please sign in to comment.