Public Member Functions | |
RGBDSync () | |
virtual | ~RGBDSync () |
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::Image, sensor_msgs::Image, sensor_msgs::CameraInfo > | MyApproxSyncDepthPolicy |
typedef message_filters::sync_policies::ExactTime< sensor_msgs::Image, sensor_msgs::Image, sensor_msgs::CameraInfo > | MyExactSyncDepthPolicy |
Private Member Functions | |
void | callback (const sensor_msgs::ImageConstPtr &image, const sensor_msgs::ImageConstPtr &depth, const sensor_msgs::CameraInfoConstPtr &cameraInfo) |
virtual void | onInit () |
void | warningLoop (const std::string &subscribedTopicsMsg, bool approxSync) |
Private Attributes | |
message_filters::Synchronizer< MyApproxSyncDepthPolicy > * | approxSyncDepth_ |
bool | callbackCalled_ |
message_filters::Subscriber< sensor_msgs::CameraInfo > | cameraInfoSub_ |
double | compressedRate_ |
int | decimation_ |
double | depthScale_ |
message_filters::Synchronizer< MyExactSyncDepthPolicy > * | exactSyncDepth_ |
image_transport::SubscriberFilter | imageDepthSub_ |
image_transport::SubscriberFilter | imageSub_ |
ros::Time | lastCompressedPublished_ |
ros::Publisher | rgbdImageCompressedPub_ |
ros::Publisher | rgbdImagePub_ |
boost::thread * | warningThread_ |
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 59 of file rgbd_sync.cpp.
|
private |
Definition at line 305 of file rgbd_sync.cpp.
|
private |
Definition at line 308 of file rgbd_sync.cpp.
|
inline |
Definition at line 62 of file rgbd_sync.cpp.
|
inlinevirtual |
Definition at line 72 of file rgbd_sync.cpp.
|
inlineprivate |
Definition at line 169 of file rgbd_sync.cpp.
|
inlineprivatevirtual |
Implements nodelet::Nodelet.
Definition at line 88 of file rgbd_sync.cpp.
|
inlineprivate |
Definition at line 150 of file rgbd_sync.cpp.
|
private |
Definition at line 306 of file rgbd_sync.cpp.
|
private |
Definition at line 294 of file rgbd_sync.cpp.
|
private |
Definition at line 303 of file rgbd_sync.cpp.
|
private |
Definition at line 292 of file rgbd_sync.cpp.
|
private |
Definition at line 291 of file rgbd_sync.cpp.
|
private |
Definition at line 290 of file rgbd_sync.cpp.
|
private |
Definition at line 309 of file rgbd_sync.cpp.
|
private |
Definition at line 302 of file rgbd_sync.cpp.
|
private |
Definition at line 301 of file rgbd_sync.cpp.
|
private |
Definition at line 296 of file rgbd_sync.cpp.
|
private |
Definition at line 299 of file rgbd_sync.cpp.
|
private |
Definition at line 298 of file rgbd_sync.cpp.
|
private |
Definition at line 293 of file rgbd_sync.cpp.