grid_map
grid_map copied to clipboard
[ROS 2][grid_map_core] Code enhancements from master b7293f5
Cherry-picked commit b7293f5 (No PR)
Includes fixing typos, math.h to cmath, push_back to emplace_back, and other code improvements.
Can you post the clang warnings this solves? Note that the change of the type to a function and the removal of const are ABI breaking, so this can only be merged to rolling
One more thing - if this solves all of the clang warnings, it would be fantastic to add a CI job that enforces no new clang warnings. That would be a nice follow up to this.