|
void | connectCb () |
|
template<typename T > |
void | convert (const sensor_msgs::ImageConstPtr &depth_msg, const sensor_msgs::ImagePtr ®istered_msg, const Eigen::Affine3d &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 () |
|
Definition at line 54 of file register.cpp.
void xiaoqiang_depth_image_proc::RegisterNodelet::connectCb |
( |
| ) |
|
|
private |
template<typename T >
void xiaoqiang_depth_image_proc::RegisterNodelet::convert |
( |
const sensor_msgs::ImageConstPtr & |
depth_msg, |
|
|
const sensor_msgs::ImagePtr & |
registered_msg, |
|
|
const Eigen::Affine3d & |
depth_to_rgb |
|
) |
| |
|
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 195 of file register.cpp.
void xiaoqiang_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:
- 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 136 of file register.cpp.
void xiaoqiang_depth_image_proc::RegisterNodelet::onInit |
( |
| ) |
|
|
privatevirtual |
boost::mutex xiaoqiang_depth_image_proc::RegisterNodelet::connect_mutex_ |
|
private |
The documentation for this class was generated from the following file: