Skip to content

Releases: PointCloudLibrary/pcl

PCL 1.15.1

Choose a tag to compare

@kunaltyagi kunaltyagi released this 26 Aug 18:29

One new feature in this release is that PCL can now use nanoflann, which is a faster alternative to FLANN for neighborhood searching. To find out how you can speed up your ICP, normal estimation, etc, please see here.

Of course, this release also contains a variety of speed improvements, fixes for the newest compiler versions, and more. For an exhaustive list of newly added features, deprecations and other changes in PCL 1.15.1, please see CHANGES.md.

PCL 1.15.1

PCL 1.15.1 Pre-release
Pre-release

Choose a tag to compare

@kunaltyagi kunaltyagi released this 13 Aug 15:21

One new feature in this release is that PCL can now use nanoflann, which is a faster alternative to FLANN for neighborhood searching. To find out how you can speed up your ICP, normal estimation, etc, please see here.

Of course, this release also contains a variety of speed improvements, fixes for the newest compiler versions, and more. For an exhaustive list of newly added features, deprecations and other changes in PCL 1.15.1, please see CHANGES.md.

PCL 1.15.0

Choose a tag to compare

@kunaltyagi kunaltyagi released this 22 Feb 16:19

PCL 1.15.0 brings:

  • a torus model for RANSAC
  • several classes are now parallelized, including PrincipalCurvaturesEstimation, RadiusOutlierRemoval, ICP, and parts of GICP
  • compatibility with the newest compilers, Boost versions, etc
  • and of course many bug fixes, speed improvements, ...

For an exhaustive list of newly added features, deprecations and other changes in PCL 1.15.0, please see CHANGES.md.
Thanks to everyone who contributed to this release!

PCL 1.15.0

PCL 1.15.0 Pre-release
Pre-release

Choose a tag to compare

@kunaltyagi kunaltyagi released this 08 Feb 17:13

PCL 1.15.0 brings:

  • a torus model for RANSAC
  • several classes are now parallelized, including PrincipalCurvaturesEstimation, RadiusOutlierRemoval, ICP, and parts of GICP
  • compatibility with the newest compilers, Boost versions, etc
  • and of course many bug fixes, speed improvements, ...

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

PCL 1.14.1

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.

PCL 1.14.1

PCL 1.14.1 Pre-release
Pre-release

Choose a tag to compare

@kunaltyagi kunaltyagi released this 23 Apr 19:25
d257a89

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.

PCL 1.14.0

Choose a tag to compare

@kunaltyagi kunaltyagi released this 03 Jan 19:04
f62c018

This release brings for example:

  • a faster and more robust GeneralizedIterativeClosestPoint (GICP) registration
  • better compatibility with the latest compilers and 3rd party libraries (Eigen, Boost, etc.)
  • and many more bug fixes and performance enhancements

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

PCL 1.14.0

PCL 1.14.0 Pre-release
Pre-release

Choose a tag to compare

@kunaltyagi kunaltyagi released this 23 Dec 16:56
0646769

This release brings for example:

  • a faster and more robust GeneralizedIterativeClosestPoint (GICP) registration
  • better compatibility with the latest compilers and 3rd party libraries (Eigen, Boost, etc.)
  • and many more bug fixes and performance enhancements

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

PCL 1.13.1

Choose a tag to compare

@kunaltyagi kunaltyagi released this 10 May 11:11
b3a7428

What's Changed

This release has several new features and bug fixess. To name a few:

  • [common] Add overload to fromPCLPointCloud2 to avoid copying data [#5608]
  • [io] Add writeBinary to ostream for PCDWriter [#5598]

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

Thanks to everyone who contributed to this release!

PCL 1.13.1

PCL 1.13.1 Pre-release
Pre-release

Choose a tag to compare

@kunaltyagi kunaltyagi released this 26 Apr 12:24
f2b9f23

What's Changed

This release has several new features and bug fixess. To name a few:

  • [common] Add overload to fromPCLPointCloud2 to avoid copying data [#5608]
  • [io] Add writeBinary to ostream for PCDWriter [#5598]

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

Thanks to everyone who contributed to this release!