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
I met two problems when following the installation instructions, one is PCL, the other is Eigen. There are no specific version of PCL end Eigen in the instructions. However, when I use pcl-1.14.0, cmake throws some errors like make_shared<> is undefined. And Eigen-3.4.0 is conflict with GTSAM-4.2. I am trying Eigen-3.7.0 and pcl-1.10.0 now.
The text was updated successfully, but these errors were encountered:
I met two problems when following the installation instructions, one is PCL, the other is Eigen. There are no specific version of PCL end Eigen in the instructions. However, when I use pcl-1.14.0, cmake throws some errors like
make_shared<>
is undefined. And Eigen-3.4.0 is conflict with GTSAM-4.2. I am trying Eigen-3.7.0 and pcl-1.10.0 now.The text was updated successfully, but these errors were encountered: