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

Function transformCloud

grid_map_pcl/src/helpers.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156Pointcloud::Ptr transformCloud(Pointcloud::ConstPtr inputCloud, const Eigen::Affine3f& transformMatrix) {
157 Pointcloud::Ptr transformedCloud(new Pointcloud());
158 pcl::transformPointCloud(*inputCloud, *transformedCloud, transformMatrix);
159 return transformedCloud;
160}
161
162} /* namespace grid_map_pcl*/
163} /* namespace grid_map */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected