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

Method PointcloudProcessor

grid_map_pcl/src/PointcloudProcessor.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace grid_map_pcl {
26
27PointcloudProcessor::PointcloudProcessor() {
28 params_ = std::make_unique<grid_map_pcl::PclLoaderParameters>();
29}
30
31void PointcloudProcessor::loadParameters(const std::string& filename) {
32 params_->loadParameters(filename);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected