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

Method applyRigidBodyTransformation

grid_map_pcl/src/PointcloudProcessor.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104Pointcloud::Ptr PointcloudProcessor::applyRigidBodyTransformation(Pointcloud::ConstPtr inputCloud) const {
105 auto transformedCloud =
106 grid_map_pcl::transformCloud(inputCloud, grid_map_pcl::getRigidBodyTransform(params_->get().cloudTransformation_.translation_,
107 params_->get().cloudTransformation_.rpyIntrinsic_));
108 return transformedCloud;
109}
110
111} /* namespace grid_map_pcl */
112

Callers 1

preProcessInputCloudMethod · 0.80

Calls 2

transformCloudFunction · 0.85
getRigidBodyTransformFunction · 0.85

Tested by

no test coverage detected