Private Member Functions | |
void | connectCb () |
void | depthCb (const sensor_msgs::ImageConstPtr &raw_msg) |
virtual void | onInit () |
Private Attributes | |
boost::mutex | connect_mutex_ |
boost::shared_ptr < image_transport::ImageTransport > | it_ |
image_transport::Publisher | pub_depth_ |
image_transport::Subscriber | sub_raw_ |
Definition at line 44 of file convert_metric.cpp.
void depth_image_proc::ConvertMetricNodelet::connectCb | ( | ) | [private] |
Definition at line 74 of file convert_metric.cpp.
void depth_image_proc::ConvertMetricNodelet::depthCb | ( | const sensor_msgs::ImageConstPtr & | raw_msg | ) | [private] |
Definition at line 88 of file convert_metric.cpp.
void depth_image_proc::ConvertMetricNodelet::onInit | ( | ) | [private, virtual] |
Implements nodelet::Nodelet.
Definition at line 61 of file convert_metric.cpp.
boost::mutex depth_image_proc::ConvertMetricNodelet::connect_mutex_ [private] |
Definition at line 51 of file convert_metric.cpp.
boost::shared_ptr<image_transport::ImageTransport> depth_image_proc::ConvertMetricNodelet::it_ [private] |
Definition at line 47 of file convert_metric.cpp.
Definition at line 52 of file convert_metric.cpp.
Definition at line 48 of file convert_metric.cpp.