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 11 of file convert_metric.cpp.
void depth_image_proc::ConvertMetricNodelet::connectCb | ( | ) | [private] |
Definition at line 41 of file convert_metric.cpp.
void depth_image_proc::ConvertMetricNodelet::depthCb | ( | const sensor_msgs::ImageConstPtr & | raw_msg | ) | [private] |
Definition at line 55 of file convert_metric.cpp.
void depth_image_proc::ConvertMetricNodelet::onInit | ( | ) | [private, virtual] |
Implements nodelet::Nodelet.
Definition at line 28 of file convert_metric.cpp.
boost::mutex depth_image_proc::ConvertMetricNodelet::connect_mutex_ [private] |
Definition at line 18 of file convert_metric.cpp.
boost::shared_ptr<image_transport::ImageTransport> depth_image_proc::ConvertMetricNodelet::it_ [private] |
Definition at line 14 of file convert_metric.cpp.
Definition at line 19 of file convert_metric.cpp.
Definition at line 15 of file convert_metric.cpp.