#include "jsk_pcl_ros/hinted_stick_finder.h"
#include "jsk_recognition_utils/pcl_conversion_util.h"
#include <pcl/sample_consensus/method_types.h>
#include <pcl/sample_consensus/model_types.h>
#include <pcl/segmentation/sac_segmentation.h>
#include <pcl/filters/project_inliers.h>
#include <pcl/filters/extract_indices.h>
#include <pcl/features/normal_3d_omp.h>
#include <visualization_msgs/Marker.h>
#include <geometry_msgs/PoseStamped.h>
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
#define BOOST_PARAMETER_MAX_ARITY 7 |