Skip to content
#

Point cloud

A point cloud is a set of data points in space. The points represent a 3D shape or object. Each point has its set of X, Y and Z coordinates.

Here are 871 public repositories matching this topic...

BaltashovIlia
BaltashovIlia commented Aug 19, 2021

Describe the error

pcl::PointXYZ is implemented as a union-like structure and has a field .data.
pcl::PointXY is however implemented as a “pure” structure and does not have a .data field.

To Reproduce

The result of this inconsistency are a weird compilation errors for the following code:

#include <pcl/point_types.h>
#include <pcl/common/transforms.h>

int main()
{
hellock
hellock commented Jul 13, 2020

We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.

You can either:

  1. Suggest a new feature by leaving a comment.
  2. Vote for a feature request with 👍 or be against with 👎. (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!)
  3. Tell us that you wo
WebODM
Wikipedia
Wikipedia

Related Topics

3d lidar mesh