Skip to content

A wrapper around some of useful Point Cloud Library (PCL) components.

License

Notifications You must be signed in to change notification settings

larics/pcl_ros_wrapper

 
 

Repository files navigation

PCL ROS Wrapper

Doxygen
Docs

A wrapper around some of useful Point Cloud Library (PCL) components.
Useful in combination with ROS messages such as sensor_msgs/PointCloud2.

Dependencies

Depends, of course, on PCL. Install as follows:

sudo apt install libpcl-dev

Documentation

Documentation can be found at lmark1.github.io/pcl_ros_wrapper.

Description

A brief description of wrapped components.

Common

  • general.hpp - Contains useful functions for handling pointclouds (e.g. load, save, convert, etc.)
  • surface.hpp - Contains useful functions dealing with surface-based methods (e.g. concave/convex hull, normal estimation, etc.)

Registration

  • icp.hpp - Provides useful function for aligning point clouds using the Iterative Closest Point Method (ICP)

Filters

Segmentation

  • sac.hpp - Useful wrappers around the Sample Consesus methods (e.g. plane detection, clustering, etc.)

About

A wrapper around some of useful Point Cloud Library (PCL) components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • CMake 3.3%
  • Shell 0.2%