gpg
gpg copied to clipboard
cloud_camera: fix issue #6
Added parameters to specify the number of dimensions to consider for each point, When invoking pcl::PointCloud< PointT >::getMatrixXfMap()
Signed-off-by: Sharron LIU [email protected]
I tested this patch does not work as expected when generating grasp candidate. I'll update the patch and get back soon. Thanks.
@atenpas updated the patch, should be fine now. For each point in the cloud_normals
computed, there're 8 values, and only the first 3 values are expected in the matrix normals_
see PCL doc for pcl::Normals here