-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Build error on ubuntu 20.04. #215
Comments
Same here. Facing problems with installation on ubuntu20.04 and ros noetic |
Forcing cmake to use c++ 14 did build the package for me, with some warnings.
|
Same here, PCL lib is having problem find Eigen:Index some how? |
This does not work for me |
Fix here worked for me: ethz-asl/lidar_align#16 a temporary fix that worked for us: #include "lz4.h"
#include "lz4hc.h" |
Have you been able to fix the issue @LucasWEIchen? What about you @CAKGOD? |
May be you can modify file new: |
The solution provided by @notplus worked for me, although the change mast be done in a couple of places. Thanks! |
if you don't want to use |
@shikeqin123 For me, installing PCL 1.9 parallel to 1.11 and adding However, the |
An error occured when I buid the LeGO-LOAM on ubuntu 20.04. The error info is shown below.
/usr/include/pcl-1.10/pcl/filters/voxel_grid.h: In member function ‘std::vector<int> pcl::VoxelGrid<PointT>::getNeighborCentroidIndices(const PointT&, const MatrixXi&) const’: /usr/include/pcl-1.10/pcl/filters/voxel_grid.h:340:21: error: ‘Index’ is not a member of ‘Eigen’ 340 | for (Eigen::Index ni = 0; ni < relative_coordinates.cols (); ni++) | ^~~~~ /usr/include/pcl-1.10/pcl/filters/voxel_grid.h:340:21: note: suggested alternatives: In file included from /usr/include/opencv4/opencv2/flann.hpp:48, from /usr/include/opencv4/opencv2/opencv.hpp:65, from /home/cakgod/lego_loam/src/LeGO-LOAM/LeGO-LOAM/include/utility.h:14, from /home/cakgod/lego_loam/src/LeGO-LOAM/LeGO-LOAM/src/transformFusion.cpp:33: /usr/include/opencv4/opencv2/flann/flann_base.hpp:104:7: note: ‘cvflann::Index’
Some softwares on this system are shown below.
Can you tell me how to solve this problem? Thanks~
The text was updated successfully, but these errors were encountered: