Adds a new point cloud resource type, with XYZLabel and includes the corresponding conversion functions between sensor_msgs::PointCloud2, pcl::PointCloud<pcl::PointXYZL> and our own resources::PointCloud type. The idea is to use these resources to attach LOAM "feature" point clouds or semantic segmentations from input like voxblox++.
Adds a new point cloud resource type, with XYZLabel and includes the corresponding conversion functions between
sensor_msgs::PointCloud2
,pcl::PointCloud<pcl::PointXYZL>
and our ownresources::PointCloud
type. The idea is to use these resources to attach LOAM "feature" point clouds or semantic segmentations from input like voxblox++.TODO: