Apollo  6.0
Open source self driving car software
Classes | Typedefs | Functions
apollo::localization::ndt Namespace Reference

Classes

struct  Leaf
 Simple structure to hold a centroid, covarince and the number of points in a leaf. More...
 
struct  LidarFrame
 
struct  LidarHeight
 
class  LidarLocatorNdt
 
class  LocalizationPoseBuffer
 
struct  LocalizationStampedPosePair
 
class  NDTLocalization
 
class  NDTLocalizationComponent
 
class  NormalDistributionsTransform
 
struct  TimeStampPose
 
class  VoxelGridCovariance
 A searchable voxel structure containing the mean and covariance of the data. More...
 

Typedefs

typedef apollo::localization::msf::pyramid_map::NdtMap NdtMap
 
typedef apollo::localization::msf::pyramid_map::NdtMapConfig NdtMapConfig
 
typedef apollo::localization::msf::pyramid_map::NdtMapNode NdtMapNode
 
typedef apollo::localization::msf::pyramid_map::NdtMapCells NdtMapCells
 
typedef apollo::localization::msf::pyramid_map::NdtMapNodePool NdtMapNodePool
 
typedef apollo::localization::msf::pyramid_map::NdtMapMatrix NdtMapMatrix
 
typedef apollo::localization::msf::pyramid_map::MapNodeIndex MapNodeIndex
 
typedef LeafLeafPtr
 Pointer to VoxelGridCovariance leaf structure. More...
 
typedef const LeafLeafConstPtr
 Const pointer to VoxelGridCovariance leaf structure. More...
 

Functions

 CYBER_REGISTER_COMPONENT (NDTLocalizationComponent)
 

Typedef Documentation

◆ LeafConstPtr

Const pointer to VoxelGridCovariance leaf structure.

◆ LeafPtr

Pointer to VoxelGridCovariance leaf structure.

◆ MapNodeIndex

◆ NdtMap

◆ NdtMapCells

◆ NdtMapConfig

◆ NdtMapMatrix

◆ NdtMapNode

◆ NdtMapNodePool

Function Documentation

◆ CYBER_REGISTER_COMPONENT()

apollo::localization::ndt::CYBER_REGISTER_COMPONENT ( NDTLocalizationComponent  )