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

catkin_make --> error #82

Open
Yangbit666 opened this issue Mar 5, 2023 · 2 comments
Open

catkin_make --> error #82

Yangbit666 opened this issue Mar 5, 2023 · 2 comments

Comments

@Yangbit666
Copy link

Yangbit666 commented Mar 5, 2023

image
您好,感谢您的开源项目。catkin_make中遇到error,求问解决思路。
非常感谢!

@Yangbit666
Copy link
Author

Fixed this problem by referring to this link: ethz-asl/lidar_align#16
commond:

sudo mv /usr/include/flann/ext/lz4.h /usr/include/flann/ext/lz4.h.bak
sudo mv /usr/include/flann/ext/lz4hc.h /usr/include/flann/ext/lz4.h.bak
sudo ln -s /usr/include/lz4.h /usr/include/flann/ext/lz4.h
sudo ln -s /usr/include/lz4hc.h /usr/include/flann/ext/lz4hc.h

Copy from: KevinLADLee

@gyt290811
Copy link

Thanks, it works!

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