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

cpd::Matrix #155

Closed
tungtungyan opened this issue Apr 26, 2022 · 1 comment
Closed

cpd::Matrix #155

tungtungyan opened this issue Apr 26, 2022 · 1 comment

Comments

@tungtungyan
Copy link

I am using PCL to convert the matrix. It defines as a float type. However, the cpd::Matrix defines as an Eigen::MatrixXd. Can it change to Eigen::MatrixXf? How can solve this problem?

@gadomski
Copy link
Owner

gadomski commented Apr 26, 2022

At this time, CPD's transformation functions are not generic over the numeric type in the matrix. I've opened #156 to capture the feature request.

You could always convert PCL's output to doubles to use them w/ CPD.

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

No branches or pull requests

2 participants