Skip to content

PCL 1.14.1

Latest
Compare
Choose a tag to compare
@kunaltyagi kunaltyagi released this 03 May 15:33
5f608cf

One big change in this release is that the dependency boost-filesystem is now optional if you compile PCL and your own project that uses PCL as C++17 (e.g. by adding -DCMAKE_CXX_STANDARD=17 -DCMAKE_CUDA_STANDARD=17 to the cmake call). The default C++ standard for PCL is currently still C++14, where boost-filesystem is a hard requirement. Some modules will not be built if boost-filesystem is not available (currently recognition, outofcore, some apps). Big thanks to @cybaol for implementing this, and of course also thanks to everyone else who contributed to this release!

For an exhaustive list of newly added features, deprecations and other changes
in PCL 1.14.1, please see CHANGES.md.