#include <ndt_map_builder.h>
Public Attributes | |
NDTHistogram< PointT > | hist |
int | id |
Eigen::Transform< double, 3, Eigen::Affine, Eigen::ColMajor > | pose |
pcl::PointCloud< PointT > | scan |
double | timeRegistration |
Definition at line 9 of file ndt_map_builder.h.
NDTHistogram<PointT> lslgeneric::MapVertex< PointT >::hist |
Definition at line 15 of file ndt_map_builder.h.
int lslgeneric::MapVertex< PointT >::id |
Definition at line 14 of file ndt_map_builder.h.
Eigen::Transform<double,3,Eigen::Affine,Eigen::ColMajor> lslgeneric::MapVertex< PointT >::pose |
Definition at line 12 of file ndt_map_builder.h.
pcl::PointCloud<PointT> lslgeneric::MapVertex< PointT >::scan |
Definition at line 13 of file ndt_map_builder.h.
double lslgeneric::MapVertex< PointT >::timeRegistration |
Definition at line 16 of file ndt_map_builder.h.