Skip to content

Declare direct filters dependency in grid_map_demos - #549

Open
andreolf wants to merge 1 commit into
ANYbotics:humblefrom
andreolf:declare-filters-in-demos
Open

Declare direct filters dependency in grid_map_demos#549
andreolf wants to merge 1 commit into
ANYbotics:humblefrom
andreolf:declare-filters-in-demos

Conversation

@andreolf

Copy link
Copy Markdown

Fixes #537

Following the analysis by @Plumezz in #537: FiltersDemo.hpp and normal_filter_comparison_node.cpp include filters/filter_chain.hpp directly, and CMakeLists.txt already calls find_package(filters REQUIRED) — but package.xml only received filters transitively via grid_map_filters.

One-line fix: add <depend>filters</depend> to package.xml so the package metadata matches both the source usage and the existing CMake configuration.

🤖 Generated with Claude Code

FiltersDemo.hpp and normal_filter_comparison_node.cpp include
filters/filter_chain.hpp directly, and CMakeLists.txt already calls
find_package(filters REQUIRED), but package.xml only received filters
transitively via grid_map_filters. Declare it directly so the package
metadata matches source usage.

Fixes ANYbotics#537

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mergify

mergify Bot commented Aug 21, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant