Skip to content

Commit

Permalink
Merge pull request #39 from juandpenan/main
Browse files Browse the repository at this point in the history
 removed unused dependencies
  • Loading branch information
juandpenan authored Jul 8, 2024
2 parents f7358f8 + 3c71fff commit e8c6b44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bt_nodes/perception/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ find_package(OpenCV REQUIRED)
find_package(perception_system_interfaces REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(std_srvs REQUIRED)
find_package(vqa_interfaces REQUIRED)
# find_package(backward_ros REQUIRED)


Expand Down Expand Up @@ -98,6 +97,7 @@ list(APPEND plugin_libs is_gesturing_bt_node)

add_library(count_people_bt_node SHARED src/perception/count_people.cpp)
list(APPEND plugin_libs count_people_bt_node)

add_library(clear_octomap_bt_node SHARED src/perception/clear_octomap.cpp)
list(APPEND plugin_libs clear_octomap_bt_node)

Expand Down
1 change: 0 additions & 1 deletion bt_nodes/perception/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<depend>perception_system</depend>
<depend>perception_system_interfaces</depend>
<depend>sensor_msgs</depend>
<depend>vqa_interfaces</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit e8c6b44

Please sign in to comment.