Skip to content

PointCloudLibrary/pcl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Streamlined modernize clang-tidy checks

* Fixed clang-tidy escapes

* Reverted to explicit check list per review

* Commented odd-looking use of this->

* Reverted explicit this-> per review

* Reverted this-> qualifier, changed per review
30124ee

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.ci
February 28, 2023 13:43
February 28, 2023 13:43
2d
January 17, 2023 10:48
March 3, 2023 15:31
December 10, 2022 19:58
doc
March 3, 2023 14:02
gpu
March 1, 2023 21:09
March 3, 2023 14:02
March 3, 2023 15:31
December 22, 2021 18:44
November 19, 2022 12:43
May 18, 2020 11:03
December 10, 2022 10:47

Point Cloud Library

Release License

Website

The new website is now online at https://pointclouds.org and is open to contributions 🛠️.

If you really need access to the old website, please use the copy made by the internet archive. Please be aware that the website was hacked before and could still be hosting some malicious code.

Continuous integration

Build Platform Status
Ubuntu Status
Status
Status
Windows Status
Status
macOS Status
Status
Documentation Status

Community

Discord StackOverflow Website

Distribution

Packaging status latest packaged version(s)

Click to see all

Packaging status

Description

The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing.

PCL is released under the terms of the BSD license, and thus free for commercial and research use. We are financially supported by a consortium of commercial companies, with our own non-profit organization, Open Perception. We would also like to thank individual donors and contributors that have been helping the project.

Compiling

Please refer to the platform specific tutorials:

Documentation

Contributing

Please read CONTRIBUTING.md.

Issues

To report issues, please read CONTRIBUTING.md#bug-reports.

For general questions on how to use the PCL, please consider one of the following alternatives instead:

  • Stack Overflow for Q&A as well as support for troubleshooting, installation and debugging. Do remember to tag your questions with the tag point-cloud-library.
  • Discord Server for live chat with other members of the PCL community and casual discussions

Citation

We encourage other researchers to cite PCL if they use PCL or its components for their work or baselines. The bibtex entry for the same is

@InProceedings{Rusu_ICRA2011_PCL,
  author    = {Radu Bogdan Rusu and Steve Cousins},
  title     = {{3D is here: Point Cloud Library (PCL)}},
  booktitle = {{IEEE International Conference on Robotics and Automation (ICRA)}},
  month     = {May 9-13},
  year      = {2011},
  address   = {Shanghai, China},
  publisher = {IEEE}
}