-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor package.xml and CMakeLists.txt to remove unnecessary depende…
…ncies
- Loading branch information
1 parent
1f758f9
commit 67593bb
Showing
4 changed files
with
4 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|