|
EasyNav Plugins
|
#include "bonxai/pcl_utils.hpp"#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <filesystem>#include <memory>
Functions | |
| template<typename PointT> | |
| bool | ReadPointsFromPCD_Impl (const std::string &filepath, std::vector< PointT > &points) |
| pcl::PointXYZ | toPointXYZ (const Bonxai::CoordT &p) |
| pcl::PointXYZ | toPointXYZ (const Bonxai::Point3D &p) |
| pcl::PointXYZ | toPointXYZ (const Eigen::Vector3d &p) |
| template<typename PointT> | |
| void | WritePointsFromPCD_Impl (const std::string &filepath, const std::vector< PointT > &points) |
| bool ReadPointsFromPCD_Impl | ( | const std::string & | filepath, |
| std::vector< PointT > & | points ) |
| pcl::PointXYZ toPointXYZ | ( | const Bonxai::CoordT & | p | ) |
| pcl::PointXYZ toPointXYZ | ( | const Bonxai::Point3D & | p | ) |
| pcl::PointXYZ toPointXYZ | ( | const Eigen::Vector3d & | p | ) |
| void WritePointsFromPCD_Impl | ( | const std::string & | filepath, |
| const std::vector< PointT > & | points ) |