| 25 | namespace grid_map_pcl { |
| 26 | |
| 27 | PointcloudProcessor::PointcloudProcessor() { |
| 28 | params_ = std::make_unique<grid_map_pcl::PclLoaderParameters>(); |
| 29 | } |
| 30 | |
| 31 | void PointcloudProcessor::loadParameters(const std::string& filename) { |
| 32 | params_->loadParameters(filename); |
nothing calls this directly
no outgoing calls
no test coverage detected