#include "pcl_conversions.h"
#include <pcl/common/transforms.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <cartographer/sensor/rangefinder_point.h>
Go to the source code of this file.
|
::pcl::PointCloud<::pcl::PointXYZ > | toPCL (const auto &pointCloud, const ::cartographer::transform::Rigid3d &pose) |
|
::pcl::PointCloud<::pcl::PointXYZ > | toPCL (const std::vector<::cartographer::sensor::RangefinderPoint > &points) |
|
::pcl::PointCloud<::pcl::PointXYZ > | toPCL (const std::vector<::cartographer::sensor::TimedRangefinderPoint > &pointCloud, const Eigen::Isometry3f &pose) |
|
::pcl::PointCloud<::pcl::PointXYZ > | toPCL (const std::vector<::cartographer::sensor::TimedRangefinderPoint > &points) |
|
template<typename T > |
::pcl::PointCloud<::pcl::PointXYZ > | toPCLImpl (const std::vector< T > &points) |
|