Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabw committed Dec 20, 2024
1 parent 8900cce commit 13a44f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auv_control/auv_controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ find_package(catkin REQUIRED COMPONENTS
roscpp
auv_common_lib
pluginlib
angles
tf2
)

find_package(Eigen3 REQUIRED)

catkin_package(
INCLUDE_DIRS include
LIBRARIES auv_controllers
# CATKIN_DEPENDS roscpp
CATKIN_DEPENDS roscpp auv_common_lib pluginlib angles tf2
# DEPENDS system_lib
)

Expand Down
3 changes: 3 additions & 0 deletions auv_control/auv_controllers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<build_export_depend>roscpp</build_export_depend>
<exec_depend>roscpp</exec_depend>
<depend>auv_common_lib</depend>
<depend>pluginlib</depend>
<depend>angles</depend>
<depend>tf2</depend>
<export>
<auv_controllers plugin="${prefix}/controller_plugins.xml"/>
</export>
Expand Down

0 comments on commit 13a44f1

Please sign in to comment.