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

Method setRawInputCloud

grid_map_pcl/src/GridMapPclLoader.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void GridMapPclLoader::setRawInputCloud(Pointcloud::ConstPtr rawInputCloud) {
41 rawInputCloud_.reset();
42 Pointcloud::Ptr temp(new Pointcloud());
43 pcl::copyPointCloud(*rawInputCloud, *temp);
44 rawInputCloud_ = temp;
45}
46
47void GridMapPclLoader::setWorkingCloud(Pointcloud::ConstPtr workingCloud) {
48 workingCloud_.reset();

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected