An error is reported when running a file with the PCL
library #error PCL requires C++14 or above
Find all the function packages that depend on PCL
in the project, and change their corresponding CMakelists.txt
files
The specific modification method is in
add_compile_options(-std=c++11)
Add a line of code under this line of code
set(CMAKE_CXX_STANDARD 14)