Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions grid_map_filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ find_package(ament_cmake REQUIRED)
find_package(filters REQUIRED)
find_package(grid_map_cmake_helpers REQUIRED)
find_package(grid_map_core REQUIRED)
find_package(grid_map_cv REQUIRED)
find_package(grid_map_msgs REQUIRED)
find_package(grid_map_ros REQUIRED)
find_package(pluginlib REQUIRED)
Expand All @@ -29,6 +30,7 @@ set(dependencies
TBB
filters
grid_map_core
grid_map_cv
grid_map_msgs
grid_map_ros
pluginlib
Expand Down
1 change: 1 addition & 0 deletions grid_map_filters/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<depend>filters</depend>
<depend>grid_map_core</depend>
<depend>grid_map_cv</depend>
<depend>grid_map_msgs</depend>
<depend>grid_map_ros</depend>
<depend>pluginlib</depend>
Expand Down