Skip to content

Declare direct grid_map_cv dependency in grid_map_filters - #547

Open
andreolf wants to merge 1 commit into
ANYbotics:humblefrom
andreolf:declare-grid-map-cv-in-filters
Open

Declare direct grid_map_cv dependency in grid_map_filters#547
andreolf wants to merge 1 commit into
ANYbotics:humblefrom
andreolf:declare-grid-map-cv-in-filters

Conversation

@andreolf

Copy link
Copy Markdown

Fixes #539

Following the analysis by @Plumezz in #539: eight filter implementations in grid_map_filters/src include grid_map_cv/utilities.hpp (and use ParameterReader), but grid_map_cv was only reachable transitively through grid_map_ros.

This declares the dependency directly:

  • package.xml: add <depend>grid_map_cv</depend>
  • CMakeLists.txt: add find_package(grid_map_cv REQUIRED) and add grid_map_cv to the dependencies list used by ament_target_dependencies/ament_export_dependencies

Purely additive — grid_map_cv is already in the recursive dependency closure, so resolution and build behavior are unchanged; the declared contract now matches source usage.

🤖 Generated with Claude Code

grid_map_filters includes grid_map_cv/utilities.hpp in eight filter
implementations but only received the dependency transitively via
grid_map_ros. Declare it directly in package.xml and CMake so the
dependency contract matches source usage.

Fixes ANYbotics#539

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