| 
| typedef boost::mt19937  | humanoid_localization::EngineT | 
|   | Boost RNG engine:  More...
  | 
|   | 
| typedef Eigen::Matrix< double, 6, 6 >  | humanoid_localization::Matrix6d | 
|   | 
| typedef Eigen::Matrix< float, 6, 6 >  | humanoid_localization::Matrix6f | 
|   | 
| typedef boost::normal_distribution  | humanoid_localization::NormalDistributionT | 
|   | Boost RNG distribution:  More...
  | 
|   | 
| typedef boost::variate_generator< EngineT &, NormalDistributionT >  | humanoid_localization::NormalGeneratorT | 
|   | standard normal-distributed noise  More...
  | 
|   | 
| typedef std::vector< Particle >  | humanoid_localization::Particles | 
|   | 
| typedef pcl::PointCloud< pcl::PointXYZ >  | humanoid_localization::PointCloud | 
|   | 
| typedef boost::uniform_real  | humanoid_localization::UniformDistributionT | 
|   | 
| typedef boost::variate_generator< EngineT &, UniformDistributionT >  | humanoid_localization::UniformGeneratorT | 
|   | uniform noise in range [0,1)  More...
  | 
|   | 
| typedef Eigen::Matrix< double, 6, 1 >  | humanoid_localization::Vector6d | 
|   | 
| typedef Eigen::Matrix< float, 6, 1 >  | humanoid_localization::Vector6f | 
|   |