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

Method setInputCloud

grid_map_pcl/src/GridMapPclLoader.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void GridMapPclLoader::setInputCloud(Pointcloud::ConstPtr inputCloud) {
36 setRawInputCloud(inputCloud);
37 setWorkingCloud(inputCloud);
38}
39
40void GridMapPclLoader::setRawInputCloud(Pointcloud::ConstPtr rawInputCloud) {
41 rawInputCloud_.reset();

Callers 5

TESTFunction · 0.80
downsampleInputCloudMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64