MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / preprocessGridMapCells

Method preprocessGridMapCells

grid_map_pcl/src/GridMapPclLoader.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void GridMapPclLoader::preprocessGridMapCells() {
173 allocateSpaceForCloudsInsideCells();
174 dispatchWorkingCloudToGridMapCells();
175}
176
177void GridMapPclLoader::allocateSpaceForCloudsInsideCells() {
178 const unsigned int dimX = workingGridMap_.getSize().x() + 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected