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_ |
Additional Inherited Members | |
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 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 48 of file point_cloud_xyz.cpp.
|
private |
Definition at line 57 of file point_cloud_xyz.cpp.
|
private |
Definition at line 87 of file point_cloud_xyz.cpp.
|
private |
Definition at line 101 of file point_cloud_xyz.cpp.
|
privatevirtual |
Implements nodelet::Nodelet.
Definition at line 70 of file point_cloud_xyz.cpp.
|
private |
Definition at line 56 of file point_cloud_xyz.cpp.
|
private |
Definition at line 51 of file point_cloud_xyz.cpp.
|
private |
Definition at line 60 of file point_cloud_xyz.cpp.
|
private |
Definition at line 58 of file point_cloud_xyz.cpp.
|
private |
Definition at line 53 of file point_cloud_xyz.cpp.
|
private |
Definition at line 52 of file point_cloud_xyz.cpp.