Public Member Functions | |
ImageShow () | |
virtual void | onInit () |
Private Member Functions | |
void | imageCallback (const sensor_msgs::ImageConstPtr &msg) |
Private Attributes | |
image_transport::Subscriber | image_sub_ |
image_transport::ImageTransport * | it_ |
ros::Timer | timer_ |
Definition at line 23 of file image_show.cpp.
Definition at line 47 of file image_show.cpp.
void image_show::ImageShow::imageCallback | ( | const sensor_msgs::ImageConstPtr & | msg | ) | [private] |
Definition at line 58 of file image_show.cpp.
void image_show::ImageShow::onInit | ( | ) | [virtual] |
Implements nodelet::Nodelet.
Definition at line 51 of file image_show.cpp.
Definition at line 27 of file image_show.cpp.
Definition at line 25 of file image_show.cpp.
ros::Timer image_show::ImageShow::timer_ [private] |
Definition at line 31 of file image_show.cpp.