Private Types | |
typedef sensor_msgs::PointCloud2 | PointCloud |
Private Member Functions | |
void | connectCb () |
void | depthCb (const sensor_msgs::ImageConstPtr &depth_msg, const sensor_msgs::CameraInfoConstPtr &info_msg) |
virtual void | onInit () |
Private Attributes | |
boost::mutex | connect_mutex_ |
boost::shared_ptr < image_transport::ImageTransport > | it_ |
image_geometry::PinholeCameraModel | model_ |
ros::Publisher | pub_point_cloud_ |
int | queue_size_ |
image_transport::CameraSubscriber | sub_depth_ |
Definition at line 48 of file point_cloud_xyz.cpp.
typedef sensor_msgs::PointCloud2 depth_image_proc::PointCloudXyzNodelet::PointCloud [private] |
Definition at line 57 of file point_cloud_xyz.cpp.
void depth_image_proc::PointCloudXyzNodelet::connectCb | ( | ) | [private] |
Definition at line 87 of file point_cloud_xyz.cpp.
void depth_image_proc::PointCloudXyzNodelet::depthCb | ( | const sensor_msgs::ImageConstPtr & | depth_msg, |
const sensor_msgs::CameraInfoConstPtr & | info_msg | ||
) | [private] |
Definition at line 101 of file point_cloud_xyz.cpp.
void depth_image_proc::PointCloudXyzNodelet::onInit | ( | ) | [private, virtual] |
Implements nodelet::Nodelet.
Definition at line 70 of file point_cloud_xyz.cpp.
boost::mutex depth_image_proc::PointCloudXyzNodelet::connect_mutex_ [private] |
Definition at line 56 of file point_cloud_xyz.cpp.
boost::shared_ptr<image_transport::ImageTransport> depth_image_proc::PointCloudXyzNodelet::it_ [private] |
Definition at line 51 of file point_cloud_xyz.cpp.
Definition at line 60 of file point_cloud_xyz.cpp.
Definition at line 58 of file point_cloud_xyz.cpp.
int depth_image_proc::PointCloudXyzNodelet::queue_size_ [private] |
Definition at line 53 of file point_cloud_xyz.cpp.
Definition at line 52 of file point_cloud_xyz.cpp.