munitioner
munitioner
插件可以正常使用,find和updateOne都正常
> Try adding `#define PCL_NO_PRECOMPILE` at the top of your source code. The all-in-one installer contains template instantiations only for the most commonly used point types, but not for `PointXYZINormal`...
> These errors come from the FLANN library, a dependency of PCL. The all-in-one installer includes the latest version of FLANN. Are you compiling your project as C++17 or C++20?...
> Okay, so would it be an option to change it to `set(CMAKE_CXX_STANDARD 14)`? If not, have you tried my suggestion with the more selective use of `PCL_NO_PRECOMPILE`? Change the...