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

Method setWorkingCloud

grid_map_pcl/src/GridMapPclLoader.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void GridMapPclLoader::setWorkingCloud(Pointcloud::ConstPtr workingCloud) {
48 workingCloud_.reset();
49 Pointcloud::Ptr temp(new Pointcloud());
50 pcl::copyPointCloud(*workingCloud, *temp);
51 workingCloud_ = temp;
52}
53
54void GridMapPclLoader::preProcessInputCloud() {
55 // Preprocess: Remove outliers, downsample cloud, transform cloud

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected