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

Method loadParameters

grid_map_pcl/src/GridMapPclLoader.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36