$search

depth_image_proc::RegisterNodelet Class Reference

Inheritance diagram for depth_image_proc::RegisterNodelet:
Inheritance graph
[legend]

List of all members.

Private Types

typedef
message_filters::Synchronizer
< SyncPolicy
Synchronizer
typedef ApproximateTime
< sensor_msgs::Image,
sensor_msgs::CameraInfo,
sensor_msgs::CameraInfo
SyncPolicy

Private Member Functions

void connectCb ()
template<typename T >
void convert (const sensor_msgs::ImageConstPtr &depth_msg, const sensor_msgs::ImagePtr &registered_msg, const Eigen::Matrix4d &depth_to_rgb)
void imageCb (const sensor_msgs::ImageConstPtr &depth_image_msg, const sensor_msgs::CameraInfoConstPtr &depth_info_msg, const sensor_msgs::CameraInfoConstPtr &rgb_info_msg)
virtual void onInit ()

Private Attributes

boost::mutex connect_mutex_
image_geometry::PinholeCameraModel depth_model_
boost::shared_ptr
< image_transport::ImageTransport
it_depth_
ros::NodeHandlePtr nh_depth_
ros::NodeHandlePtr nh_rgb_
image_transport::CameraPublisher pub_registered_
image_geometry::PinholeCameraModel rgb_model_
image_transport::SubscriberFilter sub_depth_image_
message_filters::Subscriber
< sensor_msgs::CameraInfo
sub_depth_info_
message_filters::Subscriber
< sensor_msgs::CameraInfo
sub_rgb_info_
boost::shared_ptr< Synchronizersync_
boost::shared_ptr
< tf::TransformListener
tf_

Detailed Description

Definition at line 19 of file register.cpp.


Member Typedef Documentation

Definition at line 29 of file register.cpp.

Definition at line 28 of file register.cpp.


Member Function Documentation

void depth_image_proc::RegisterNodelet::connectCb (  )  [private]

Definition at line 81 of file register.cpp.

template<typename T >
void depth_image_proc::RegisterNodelet::convert ( const sensor_msgs::ImageConstPtr depth_msg,
const sensor_msgs::ImagePtr registered_msg,
const Eigen::Matrix4d &  depth_to_rgb 
) [inline, private]

Todo:
When RGB is higher res, interpolate by rasterizing depth triangles onto the registered image
Todo:
Combine all operations into one matrix multiply on (u,v,d)

Definition at line 165 of file register.cpp.

void depth_image_proc::RegisterNodelet::imageCb ( const sensor_msgs::ImageConstPtr depth_image_msg,
const sensor_msgs::CameraInfoConstPtr depth_info_msg,
const sensor_msgs::CameraInfoConstPtr rgb_info_msg 
) [private]

Todo:
Parameter for expected frame rate
Todo:
Can take on order of a minute to register a disconnect callback when we don't call publish() in this cb. What's going on roscpp?

Definition at line 98 of file register.cpp.

void depth_image_proc::RegisterNodelet::onInit (  )  [private, virtual]

Implements nodelet::Nodelet.

Definition at line 52 of file register.cpp.


Member Data Documentation

Definition at line 33 of file register.cpp.

Definition at line 36 of file register.cpp.

Definition at line 22 of file register.cpp.

ros::NodeHandlePtr depth_image_proc::RegisterNodelet::nh_depth_ [private]

Definition at line 21 of file register.cpp.

ros::NodeHandlePtr depth_image_proc::RegisterNodelet::nh_rgb_ [private]

Definition at line 21 of file register.cpp.

Definition at line 34 of file register.cpp.

Definition at line 36 of file register.cpp.

Definition at line 25 of file register.cpp.

Definition at line 26 of file register.cpp.

Definition at line 26 of file register.cpp.

Definition at line 30 of file register.cpp.

Definition at line 27 of file register.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


depth_image_proc
Author(s): Patrick Mihelich
autogenerated on Fri Mar 1 16:24:11 2013