#include <jsk_topic_tools/diagnostic_nodelet.h>
#include "jsk_recognition_msgs/ClusterPointIndices.h"
#include "jsk_recognition_msgs/PolygonArray.h"
#include "jsk_recognition_msgs/ModelCoefficientsArray.h"
#include <message_filters/subscriber.h>
#include <message_filters/time_synchronizer.h>
#include <message_filters/synchronizer.h>
#include "jsk_pcl_ros/tf_listener_singleton.h"
#include <dynamic_reconfigure/server.h>
#include "jsk_pcl_ros/PlaneReasonerConfig.h"
#include "jsk_pcl_ros/geo_util.h"
Go to the source code of this file.
Classes | |
class | jsk_pcl_ros::PlaneReasoner |
Namespaces | |
namespace | jsk_pcl_ros |
Typedefs | |
typedef boost::tuple < pcl::PointIndices::Ptr, pcl::ModelCoefficients::Ptr, Plane::Ptr, geometry_msgs::PolygonStamped > | jsk_pcl_ros::PlaneInfoContainer |