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_ |
ros::Publisher | cameraInfo16Pub_ |
ros::Publisher | cameraInfo32Pub_ |
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_ |
bool | upscale_ |
double | upscaleDepthErrorRatio_ |
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 304 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 306 of file pointcloud_to_depthimage.cpp.
|
inline |
Definition at line 61 of file pointcloud_to_depthimage.cpp.
|
inlinevirtual |
Definition at line 74 of file pointcloud_to_depthimage.cpp.
|
inlineprivate |
Definition at line 150 of file pointcloud_to_depthimage.cpp.
|
inlineprivatevirtual |
Implements nodelet::Nodelet.
Definition at line 88 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 305 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 289 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 290 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 293 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 300 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 287 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 288 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 307 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 298 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 297 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 299 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 294 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 295 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 292 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 291 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 301 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 302 of file pointcloud_to_depthimage.cpp.
|
private |
Definition at line 296 of file pointcloud_to_depthimage.cpp.