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