#include <plane_rejector.h>
Definition at line 71 of file plane_rejector.h.
typedef jsk_pcl_ros::PlaneRejectorConfig jsk_pcl_ros::PlaneRejector::Config |
Definition at line 76 of file plane_rejector.h.
typedef message_filters::sync_policies::ExactTime< jsk_recognition_msgs::PolygonArray, jsk_recognition_msgs::ModelCoefficientsArray > jsk_pcl_ros::PlaneRejector::SyncPolicy |
Definition at line 75 of file plane_rejector.h.
void jsk_pcl_ros::PlaneRejector::configCallback | ( | Config & | config, |
uint32_t | level | ||
) | [protected, virtual] |
Definition at line 152 of file plane_rejector_nodelet.cpp.
void jsk_pcl_ros::PlaneRejector::onInit | ( | void | ) | [protected, virtual] |
Reimplemented from jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 44 of file plane_rejector_nodelet.cpp.
void jsk_pcl_ros::PlaneRejector::reject | ( | const jsk_recognition_msgs::PolygonArray::ConstPtr & | polygons, |
const jsk_recognition_msgs::ModelCoefficientsArray::ConstPtr & | coefficients | ||
) | [protected, virtual] |
Definition at line 158 of file plane_rejector_nodelet.cpp.
void jsk_pcl_ros::PlaneRejector::subscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 99 of file plane_rejector_nodelet.cpp.
void jsk_pcl_ros::PlaneRejector::unsubscribe | ( | ) | [protected, virtual] |
Implements jsk_topic_tools::ConnectionBasedNodelet.
Definition at line 108 of file plane_rejector_nodelet.cpp.
void jsk_pcl_ros::PlaneRejector::updateDiagnostics | ( | const ros::TimerEvent & | event | ) | [protected, virtual] |
Definition at line 146 of file plane_rejector_nodelet.cpp.
void jsk_pcl_ros::PlaneRejector::updateDiagnosticsPlaneRejector | ( | diagnostic_updater::DiagnosticStatusWrapper & | stat | ) | [protected, virtual] |
Definition at line 114 of file plane_rejector_nodelet.cpp.
double jsk_pcl_ros::PlaneRejector::angle_thr_ [protected] |
Definition at line 98 of file plane_rejector.h.
Definition at line 102 of file plane_rejector.h.
boost::shared_ptr<diagnostic_updater::Updater> jsk_pcl_ros::PlaneRejector::diagnostic_updater_ [protected] |
Definition at line 104 of file plane_rejector.h.
Definition at line 103 of file plane_rejector.h.
Definition at line 110 of file plane_rejector.h.
Definition at line 99 of file plane_rejector.h.
boost::mutex jsk_pcl_ros::PlaneRejector::mutex_ [protected] |
Definition at line 100 of file plane_rejector.h.
Definition at line 109 of file plane_rejector.h.
Definition at line 102 of file plane_rejector.h.
Definition at line 95 of file plane_rejector.h.
Eigen::Vector3d jsk_pcl_ros::PlaneRejector::reference_axis_ [protected] |
Definition at line 97 of file plane_rejector.h.
Definition at line 108 of file plane_rejector.h.
boost::shared_ptr<dynamic_reconfigure::Server<Config> > jsk_pcl_ros::PlaneRejector::srv_ [protected] |
Definition at line 101 of file plane_rejector.h.
message_filters::Subscriber<jsk_recognition_msgs::ModelCoefficientsArray> jsk_pcl_ros::PlaneRejector::sub_coefficients_ [protected] |
Definition at line 91 of file plane_rejector.h.
message_filters::Subscriber<jsk_recognition_msgs::PolygonArray> jsk_pcl_ros::PlaneRejector::sub_polygons_ [protected] |
Definition at line 90 of file plane_rejector.h.
boost::shared_ptr<message_filters::Synchronizer<SyncPolicy> > jsk_pcl_ros::PlaneRejector::sync_ [protected] |
Definition at line 92 of file plane_rejector.h.
Definition at line 106 of file plane_rejector.h.
bool jsk_pcl_ros::PlaneRejector::use_tf2_ [protected] |
Definition at line 94 of file plane_rejector.h.
Definition at line 105 of file plane_rejector.h.