#include "jsk_pcl_ros/hinted_handle_estimator.h"
#include "jsk_recognition_utils/pcl_conversion_util.h"
#include <pcl/features/normal_3d.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/common/transforms.h>
#include <pcl/filters/passthrough.h>
#include <eigen_conversions/eigen_msg.h>
#include <tf/tf.h>
#include <math.h>
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
◆ BOOST_PARAMETER_MAX_ARITY
      
        
          | #define BOOST_PARAMETER_MAX_ARITY   7 | 
      
 
 
◆ NORM()
  
  | 
        
          | float NORM | ( | float | vx, |  
          |  |  | float | vy, |  
          |  |  | float | vz |  
          |  | ) |  |  |  | inline | 
 
 
◆ PLUGINLIB_EXPORT_CLASS()