Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmenezes95 committed Dec 12, 2023
1 parent 04b5ec3 commit 68c9e52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
rclcpp_lifecycle
rclcpp
tf2_msgs
tf2
tf2_ros
tf2
)

find_package(ament_cmake REQUIRED)
Expand Down
4 changes: 3 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
<depend>rclcpp_lifecycle</depend>
<depend>rclcpp</depend>
<depend>tf2_msgs</depend>
<depend>tf2_ros</depend>
<depend>tf2</depend>

<test_depend>ament_add_gmock</test_depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>controller_manager</test_depend>
Expand Down

0 comments on commit 68c9e52

Please sign in to comment.