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

Readme.md - worth adding additional dependency #28

Open
rpbostock opened this issue Oct 31, 2023 · 1 comment
Open

Readme.md - worth adding additional dependency #28

rpbostock opened this issue Oct 31, 2023 · 1 comment

Comments

@rpbostock
Copy link

This is a key build dependency (on Ubuntu at least).
sudo apt install libpcl-dev

@berkay1
Copy link

berkay1 commented Dec 20, 2024

One thing to consider in src/PandarGeneralRaw/CMakeLists.txt there is a line
set (CMAKE_CXX_FLAGS "-fPIC --std=c++11")
which doesn't allow PCL to build because
/usr/include/pcl-1.10/pcl/pcl_config.h:7:4: error: #error PCL requires C++14 or above
7 | #error PCL requires C++14 or above

so, version info should be given in the Readme at least.

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