#include <primitive_shape_classifier.h>
Public Types | |
typedef PrimitiveShapeClassifierConfig | Config |
typedef pcl::PointXYZRGBA | PointT |
typedef message_filters::sync_policies::ExactTime< sensor_msgs::PointCloud2, sensor_msgs::PointCloud2, jsk_recognition_msgs::ClusterPointIndices, jsk_recognition_msgs::PolygonArray > | SyncPolicy |
Public Types inherited from jsk_topic_tools::DiagnosticNodelet | |
typedef boost::shared_ptr< DiagnosticNodelet > | Ptr |
Public Member Functions | |
PrimitiveShapeClassifier () | |
Public Member Functions inherited from jsk_topic_tools::DiagnosticNodelet | |
DiagnosticNodelet (const std::string &name) | |
Public Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet | |
ConnectionBasedNodelet () | |
Public Member Functions inherited from nodelet::Nodelet | |
void | init (const std::string &name, const M_string &remapping_args, const V_string &my_argv, ros::CallbackQueueInterface *st_queue=NULL, ros::CallbackQueueInterface *mt_queue=NULL) |
Nodelet () | |
virtual | ~Nodelet () |
Protected Member Functions | |
virtual bool | checkFrameId (const sensor_msgs::PointCloud2::ConstPtr &ros_cloud, const sensor_msgs::PointCloud2::ConstPtr &ros_normal, const jsk_recognition_msgs::ClusterPointIndices::ConstPtr &ros_indices, const jsk_recognition_msgs::PolygonArray::ConstPtr &ros_polygons) |
virtual void | configCallback (Config &config, uint32_t level) |
virtual bool | estimate (const pcl::PointCloud< PointT >::Ptr &cloud, const pcl::PointCloud< pcl::Normal >::Ptr &normal, const pcl::ModelCoefficients::Ptr &plane, pcl::PointIndices::Ptr &boundary_indices, pcl::PointCloud< PointT >::Ptr &projected_cloud, float &circle_likelihood, float &box_likelihood) |
virtual bool | getSupportPlane (const pcl::PointCloud< PointT >::Ptr &cloud, const std::vector< jsk_recognition_utils::Polygon::Ptr > &polygons, pcl::ModelCoefficients::Ptr &coeff) |
virtual void | onInit () |
virtual void | process (const sensor_msgs::PointCloud2::ConstPtr &ros_cloud, const sensor_msgs::PointCloud2::ConstPtr &ros_normal, const jsk_recognition_msgs::ClusterPointIndices::ConstPtr &ros_indices, const jsk_recognition_msgs::PolygonArray::ConstPtr &ros_polygons) |
virtual void | subscribe () |
virtual void | unsubscribe () |
Protected Member Functions inherited from jsk_topic_tools::DiagnosticNodelet | |
virtual void | updateDiagnostic (diagnostic_updater::DiagnosticStatusWrapper &stat) |
Protected Member Functions inherited from jsk_topic_tools::ConnectionBasedNodelet | |
ros::Publisher | advertise (ros::NodeHandle &nh, std::string topic, int queue_size) |
image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
image_transport::CameraPublisher | advertiseCamera (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, image_transport::ImageTransport &it, const std::string &topic, int queue_size) |
image_transport::Publisher | advertiseImage (ros::NodeHandle &nh, const std::string &topic, int queue_size) |
virtual void | cameraConnectionBaseCallback () |
virtual void | cameraConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
virtual void | cameraInfoConnectionCallback (const ros::SingleSubscriberPublisher &pub) |
virtual void | connectionCallback (const ros::SingleSubscriberPublisher &pub) |
virtual void | imageConnectionCallback (const image_transport::SingleSubscriberPublisher &pub) |
virtual bool | isSubscribed () |
virtual void | onInitPostProcess () |
virtual void | warnNeverSubscribedCallback (const ros::WallTimerEvent &event) |
virtual void | warnOnInitPostProcessCalledCallback (const ros::WallTimerEvent &event) |
Protected Member Functions inherited from nodelet::Nodelet | |
ros::CallbackQueueInterface & | getMTCallbackQueue () const |
ros::NodeHandle & | getMTNodeHandle () const |
ros::NodeHandle & | getMTPrivateNodeHandle () const |
const V_string & | getMyArgv () const |
const std::string & | getName () const |
ros::NodeHandle & | getNodeHandle () const |
ros::NodeHandle & | getPrivateNodeHandle () const |
const M_string & | getRemappingArgs () const |
ros::CallbackQueueInterface & | getSTCallbackQueue () const |
std::string | getSuffixedName (const std::string &suffix) const |
Definition at line 62 of file primitive_shape_classifier.h.
typedef PrimitiveShapeClassifierConfig jsk_pcl_ros::PrimitiveShapeClassifier::Config |
Definition at line 69 of file primitive_shape_classifier.h.
typedef pcl::PointXYZRGBA jsk_pcl_ros::PrimitiveShapeClassifier::PointT |
Definition at line 70 of file primitive_shape_classifier.h.
typedef message_filters::sync_policies::ExactTime<sensor_msgs::PointCloud2, sensor_msgs::PointCloud2, jsk_recognition_msgs::ClusterPointIndices, jsk_recognition_msgs::PolygonArray> jsk_pcl_ros::PrimitiveShapeClassifier::SyncPolicy |
Definition at line 68 of file primitive_shape_classifier.h.
|
inline |
Definition at line 72 of file primitive_shape_classifier.h.
|
protectedvirtual |
Definition at line 120 of file primitive_shape_classifier_nodelet.cpp.
|
protectedvirtual |
Definition at line 92 of file primitive_shape_classifier_nodelet.cpp.
|
protectedvirtual |
Definition at line 252 of file primitive_shape_classifier_nodelet.cpp.
|
protectedvirtual |
Definition at line 333 of file primitive_shape_classifier_nodelet.cpp.
|
protectedvirtual |
Reimplemented from jsk_topic_tools::DiagnosticNodelet.
Definition at line 54 of file primitive_shape_classifier_nodelet.cpp.
|
protectedvirtual |
Definition at line 146 of file primitive_shape_classifier_nodelet.cpp.
|
protectedvirtual |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 72 of file primitive_shape_classifier_nodelet.cpp.
|
protectedvirtual |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 84 of file primitive_shape_classifier_nodelet.cpp.
|
protected |
Definition at line 123 of file primitive_shape_classifier.h.
|
protected |
Definition at line 123 of file primitive_shape_classifier.h.
|
protected |
Definition at line 119 of file primitive_shape_classifier.h.
|
protected |
Definition at line 106 of file primitive_shape_classifier.h.
|
protected |
Definition at line 114 of file primitive_shape_classifier.h.
|
protected |
Definition at line 113 of file primitive_shape_classifier.h.
|
protected |
Definition at line 115 of file primitive_shape_classifier.h.
|
protected |
Definition at line 118 of file primitive_shape_classifier.h.
|
protected |
Definition at line 121 of file primitive_shape_classifier.h.
|
protected |
Definition at line 120 of file primitive_shape_classifier.h.
|
protected |
Definition at line 122 of file primitive_shape_classifier.h.
|
protected |
Definition at line 122 of file primitive_shape_classifier.h.
|
protected |
Definition at line 107 of file primitive_shape_classifier.h.
|
protected |
Definition at line 108 of file primitive_shape_classifier.h.
|
protected |
Definition at line 110 of file primitive_shape_classifier.h.
|
protected |
Definition at line 109 of file primitive_shape_classifier.h.
|
protected |
Definition at line 111 of file primitive_shape_classifier.h.
|
protected |
Definition at line 112 of file primitive_shape_classifier.h.