| 161 | } |
| 162 | |
| 163 | void GridMapPclLoader::loadParameters(const std::string& filename) { |
| 164 | params_.loadParameters(filename); |
| 165 | pointcloudProcessor_.loadParameters(filename); |
| 166 | } |
| 167 | |
| 168 | void GridMapPclLoader::savePointCloudAsPcdFile(const std::string& filename) const { |
| 169 | pointcloudProcessor_.savePointCloudAsPcdFile(filename, *workingCloud_); |
no outgoing calls