17 #ifndef CARTOGRAPHER_SENSOR_POINT_CLOUD_H_ 18 #define CARTOGRAPHER_SENSOR_POINT_CLOUD_H_ 23 #include "cartographer/sensor/proto/sensor.pb.h" 25 #include "glog/logging.h" 43 PointCloud
Crop(
const PointCloud& point_cloud,
float min_z,
float max_z);
54 #endif // CARTOGRAPHER_SENSOR_POINT_CLOUD_H_ PointCloud TransformPointCloud(const PointCloud &point_cloud, const transform::Rigid3f &transform)
std::vector< float > intensities
PointCloud Crop(const PointCloud &point_cloud, const float min_z, const float max_z)
proto::PointCloud ToProto(const PointCloud &point_cloud)
std::vector< Eigen::Vector3f > PointCloud
PointCloud ToPointCloud(const proto::PointCloud &proto)