We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using this repo with ubuntu20 and c++17,you need to add and modify some code.
#add #include <boost/thread/thread.hpp>
#add find_package(Boost REQUIRED COMPONENTS serialization timer thread chrono) #modified SET(CMAKE_CXX_FLAGS "-O3 -std=c++17 -w -fopenmp -pthread ") SET(CMAKE_C_FLAGS "-O3 -std=c++17 -fopenmp -pthread ") SET(DEP_LIBS ${DEP_LIBS} ${OpenCV_LIBS} ${PCL_LIBRARIES} ${libLAS_LIBRARIES} ${Boost_INCLUDE_DIRS})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using this repo with ubuntu20 and c++17,you need to add and modify some code.
The text was updated successfully, but these errors were encountered: