Public Member Functions | |
StereoSync () | |
virtual | ~StereoSync () |
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, sensor_msgs::CameraInfo > | MyApproxSyncPolicy |
typedef message_filters::sync_policies::ExactTime< sensor_msgs::Image, sensor_msgs::Image, sensor_msgs::CameraInfo, sensor_msgs::CameraInfo > | MyExactSyncPolicy |
Private Member Functions | |
void | callback (const sensor_msgs::ImageConstPtr &imageLeft, const sensor_msgs::ImageConstPtr &imageRight, const sensor_msgs::CameraInfoConstPtr &cameraInfoLeft, const sensor_msgs::CameraInfoConstPtr &cameraInfoRight) |
virtual void | onInit () |
void | warningLoop (const std::string &subscribedTopicsMsg, bool approxSync) |
Private Attributes | |
message_filters::Synchronizer< MyApproxSyncPolicy > * | approxSync_ |
bool | callbackCalled_ |
message_filters::Subscriber< sensor_msgs::CameraInfo > | cameraInfoLeftSub_ |
message_filters::Subscriber< sensor_msgs::CameraInfo > | cameraInfoRightSub_ |
double | compressedRate_ |
message_filters::Synchronizer< MyExactSyncPolicy > * | exactSync_ |
image_transport::SubscriberFilter | imageLeftSub_ |
image_transport::SubscriberFilter | imageRightSub_ |
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 57 of file stereo_sync.cpp.
|
private |
Definition at line 259 of file stereo_sync.cpp.
|
private |
Definition at line 262 of file stereo_sync.cpp.
|
inline |
Definition at line 60 of file stereo_sync.cpp.
|
inlinevirtual |
Definition at line 68 of file stereo_sync.cpp.
|
inlineprivate |
Definition at line 165 of file stereo_sync.cpp.
|
inlineprivatevirtual |
Implements nodelet::Nodelet.
Definition at line 84 of file stereo_sync.cpp.
|
inlineprivate |
Definition at line 146 of file stereo_sync.cpp.
|
private |
Definition at line 260 of file stereo_sync.cpp.
|
private |
Definition at line 248 of file stereo_sync.cpp.
|
private |
Definition at line 256 of file stereo_sync.cpp.
|
private |
Definition at line 257 of file stereo_sync.cpp.
|
private |
Definition at line 246 of file stereo_sync.cpp.
|
private |
Definition at line 263 of file stereo_sync.cpp.
|
private |
Definition at line 254 of file stereo_sync.cpp.
|
private |
Definition at line 255 of file stereo_sync.cpp.
|
private |
Definition at line 249 of file stereo_sync.cpp.
|
private |
Definition at line 252 of file stereo_sync.cpp.
|
private |
Definition at line 251 of file stereo_sync.cpp.
|
private |
Definition at line 247 of file stereo_sync.cpp.