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

Method loadParameters

grid_map_pcl/src/PointcloudProcessor.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void PointcloudProcessor::loadParameters(const std::string& filename) {
32 params_->loadParameters(filename);
33}
34
35Pointcloud::Ptr PointcloudProcessor::removeOutliersFromInputCloud(Pointcloud::ConstPtr inputCloud) const {
36 pcl::StatisticalOutlierRemoval<pcl::PointXYZ> sor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected