Public Member Functions | |
PointCloudToDepthImage () | |
virtual | ~PointCloudToDepthImage () |
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 () |
Private Types | |
typedef message_filters::sync_policies::ApproximateTime< sensor_msgs::PointCloud2, sensor_msgs::CameraInfo > | MyApproxSyncPolicy |
typedef message_filters::sync_policies::ExactTime< sensor_msgs::PointCloud2, sensor_msgs::CameraInfo > | MyExactSyncPolicy |
Private Member Functions | |
void | callback (const sensor_msgs::PointCloud2ConstPtr &pointCloud2Msg, const sensor_msgs::CameraInfoConstPtr &cameraInfoMsg) |
virtual void | onInit () |
Private Attributes | |
message_filters::Synchronizer< MyApproxSyncPolicy > * | approxSync_ |
message_filters::Subscriber< sensor_msgs::CameraInfo > | cameraInfoSub_ |
int | decimation_ |
image_transport::Publisher | depthImage16Pub_ |
image_transport::Publisher | depthImage32Pub_ |
message_filters::Synchronizer< MyExactSyncPolicy > * | exactSync_ |
double | fillHolesError_ |
int | fillHolesSize_ |
int | fillIterations_ |
std::string | fixedFrameId_ |
tf::TransformListener * | listener_ |
message_filters::Subscriber< sensor_msgs::PointCloud2 > | pointCloudSub_ |
ros::Publisher | pointCloudTransformedPub_ |
double | waitForTransform_ |
Additional Inherited Members | |
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 58 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 274 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 276 of file pointcloud_to_depthimage.cpp.
|
inline |
Definition at line 61 of file pointcloud_to_depthimage.cpp.
|
inlinevirtual |
Definition at line 72 of file pointcloud_to_depthimage.cpp.
|
inlineprivate |
Definition at line 143 of file pointcloud_to_depthimage.cpp.
|
inlineprivatevirtual |
Implements nodelet::Nodelet.
Definition at line 86 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 275 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 265 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 272 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 261 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 262 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 277 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 270 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 269 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 271 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 266 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 267 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 264 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 263 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 268 of file pointcloud_to_depthimage.cpp.