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

Method savePointCloudAsPcdFile

grid_map_pcl/src/GridMapPclLoader.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void GridMapPclLoader::savePointCloudAsPcdFile(const std::string& filename) const {
169 pointcloudProcessor_.savePointCloudAsPcdFile(filename, *workingCloud_);
170}
171
172void GridMapPclLoader::preprocessGridMapCells() {
173 allocateSpaceForCloudsInsideCells();

Callers 2

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36