grid_map
grid_map copied to clipboard
Universal grid map library for mobile robotic mapping
Cherry-picked commit c8b1057 (No PR) Speeds up the submap iterator and adds new test cases.
Cherry-picked commit 6ddff74 (No PR) Includes: - Adding `Color` union - Removing unused function `getIndicesForRegion` - Using `static_cast` instead of c-style cast - Fixing unused function parameters
Cherry-picked commit 61972c8 (No PR) Fixes `GridMap::clearRows` and `GridMap::clearCols`
Cherry-picked commit f0dd780 (No PR) Fixes `getIndexFromPosition` and adds test cases for it.
Cherry-picked commit f1344bd (No PR) Fixes point clipping and adds a new test for it.
Cherry-picked commit b7293f5 (No PR) Includes fixing typos, `math.h` to `cmath`, `push_back` to `emplace_back`, and other code improvements.
Could you include in the package an option for in which the inpaint filter only works in regions with NaN values within the range of the sensor? Currently, the inpaint...
When using Eigen 5, in FunctorsPlugin.hpp the macro EIGEN_EMPTY_STRUCT_CTOR has been remove and for c++14,this macro is not needed. So I suggest add macro for it like: > #if (!defined(_MSC_VER)...
Hi!! I would like to know your plans to create packages for more distros (kilted, rolling,...). Thanks for your awesome work!!
CI Fix to be able to merge the work in #519 Related to: https://github.com/ros-navigation/navigation2/issues/5103