Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud_camera: fix issue #6 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sharronliu
Copy link

Added parameters to specify the number of dimensions to consider for
each point, When invoking pcl::PointCloud< PointT >::getMatrixXfMap()

Signed-off-by: Sharron LIU sharron.liu@intel.com

@sharronliu
Copy link
Author

I tested this patch does not work as expected when generating grasp candidate. I'll update the patch and get back soon. Thanks.

@sharronliu
Copy link
Author

sharronliu commented Jan 17, 2019

@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

Added parameters to specify the number of dimensions to consider for
each point, When invoking pcl::PointCloud< PointT >::getMatrixXfMap()

Signed-off-by: Sharron LIU <sharron.liu@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant