| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
GridMapVisual includes grid_map_core headers and uses grid_map::GridMap, Position, Index and colorValueToVector directly, but the dependency was only reachable transitively via grid_map_ros. Declare it directly in package.xml and CMake so the dependency contract matches source usage. Fixes ANYbotics#538 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Tick the box to add this pull request to the merge queue (same as @mergifyio queue).
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #538
Following the analysis by @Plumezz in #538: GridMapVisual includes grid_map_core/GridMap.hpp and grid_map_core/GridMapMath.hpp and uses grid_map::GridMap, Position, Index, and colorValueToVector directly, but grid_map_core was only reachable transitively through grid_map_ros.
This declares the dependency directly:
Purely additive — grid_map_core 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