You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am presently examining algorithms and implementations related to scan matching.
During my review, I encountered a constant variable within the cost function OccupiedSpaceCostFunction2D. Specifically, the variable is kPadding found on line 69 in the cartographer/mapping/internal/2d/scan_matching/occupied_space_cost_function_2d.cc file. I have been unable to discern the purpose behind summing and subtracting this variable when accessing grid data. Does anyone have insights into the intended use or purpose of this variable?
The text was updated successfully, but these errors were encountered:
Hello, I am presently examining algorithms and implementations related to scan matching.
During my review, I encountered a constant variable within the cost function OccupiedSpaceCostFunction2D. Specifically, the variable is kPadding found on line 69 in the cartographer/mapping/internal/2d/scan_matching/occupied_space_cost_function_2d.cc file. I have been unable to discern the purpose behind summing and subtracting this variable when accessing grid data. Does anyone have insights into the intended use or purpose of this variable?
The text was updated successfully, but these errors were encountered: