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

Method loadCloudFromPcdFile

grid_map_pcl/src/GridMapPclLoader.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void GridMapPclLoader::loadCloudFromPcdFile(const std::string& filename) {
30 Pointcloud::Ptr inputCloud(new pcl::PointCloud<pcl::PointXYZ>);
31 inputCloud = grid_map_pcl::loadPointcloudFromPcd(filename);
32 setInputCloud(inputCloud);
33}
34
35void GridMapPclLoader::setInputCloud(Pointcloud::ConstPtr inputCloud) {
36 setRawInputCloud(inputCloud);

Callers 2

TESTFunction · 0.80
mainFunction · 0.80

Calls 1

loadPointcloudFromPcdFunction · 0.85

Tested by 1

TESTFunction · 0.64