Public Member Functions | |
StereoThrottleNodelet () | |
virtual | ~StereoThrottleNodelet () |
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 &camInfoLeft, const sensor_msgs::CameraInfoConstPtr &camInfoRight) |
virtual void | onInit () |
Private Attributes | |
message_filters::Synchronizer< MyApproxSyncPolicy > * | approxSync_ |
message_filters::Subscriber< sensor_msgs::CameraInfo > | cameraInfoLeft_ |
message_filters::Subscriber< sensor_msgs::CameraInfo > | cameraInfoRight_ |
int | decimation_ |
message_filters::Synchronizer< MyExactSyncPolicy > * | exactSync_ |
image_transport::SubscriberFilter | imageLeft_ |
image_transport::Publisher | imageLeftPub_ |
image_transport::SubscriberFilter | imageRight_ |
image_transport::Publisher | imageRightPub_ |
ros::Publisher | infoLeftPub_ |
ros::Publisher | infoRightPub_ |
ros::Time | last_update_ |
double | rate_ |
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 48 of file stereo_throttle.cpp.
|
private |
Definition at line 235 of file stereo_throttle.cpp.
|
private |
Definition at line 237 of file stereo_throttle.cpp.
|
inline |
Definition at line 52 of file stereo_throttle.cpp.
|
inlinevirtual |
Definition at line 60 of file stereo_throttle.cpp.
|
inlineprivate |
Definition at line 122 of file stereo_throttle.cpp.
|
inlineprivatevirtual |
Implements nodelet::Nodelet.
Definition at line 75 of file stereo_throttle.cpp.
|
private |
Definition at line 236 of file stereo_throttle.cpp.
|
private |
Definition at line 232 of file stereo_throttle.cpp.
|
private |
Definition at line 233 of file stereo_throttle.cpp.
|
private |
Definition at line 240 of file stereo_throttle.cpp.
|
private |
Definition at line 238 of file stereo_throttle.cpp.
|
private |
Definition at line 230 of file stereo_throttle.cpp.
|
private |
Definition at line 225 of file stereo_throttle.cpp.
|
private |
Definition at line 231 of file stereo_throttle.cpp.
|
private |
Definition at line 226 of file stereo_throttle.cpp.
|
private |
Definition at line 227 of file stereo_throttle.cpp.
|
private |
Definition at line 228 of file stereo_throttle.cpp.
|
private |
Definition at line 73 of file stereo_throttle.cpp.
|
private |
Definition at line 74 of file stereo_throttle.cpp.