You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried to install GLIM by following the install from source in this URL (https://koide3.github.io/glim/installation.html). However, an error occurred when I tried to make gtsam_points. How can I resolve this error?
It seems the build system is using a manually installed Eigen (possibly older than Eigen 3.4.0) at /usr/local/include (It should be located at /usr/include usually).
Describe the bug
I tried to install GLIM by following the install from source in this URL (https://koide3.github.io/glim/installation.html). However, an error occurred when I tried to make gtsam_points. How can I resolve this error?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
/home/hashimoto/gtsam_points/include/gtsam_points/cuda/kernels/vgicp_derivatives.cuh(123): error: calling a host function("Eigen::MatrixBase< ::Eigen::CwiseBinaryOp< ::Eigen::internal::scalar_sum_op<float, float> , const ::Eigen::Matrix<float, (int)3, (int)3, (int)0, (int)3, (int)3> , const ::Eigen::Matrix<float, (int)3, (int)3, (int)0, (int)3, (int)3> > > ::inverse() const") from a device function("gtsam_points::vgicp_error_kernel::operator () const") is not allowed
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
I am using Google Translate to create this article.
The text was updated successfully, but these errors were encountered: