#include <ros/ros.h>#include <sensor_msgs/Image.h>#include <cv_bridge/cv_bridge.h>#include <opencv2/opencv.hpp>#include <iostream>
Go to the source code of this file.
Functions | |
| void | fetcher (const sensor_msgs::Image::ConstPtr &msg) |
| int | main (int argc, char **argv) |
| void | print_usage () |
| void fetcher | ( | const sensor_msgs::Image::ConstPtr & | msg | ) |
Definition at line 41 of file template_fetcher.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 24 of file template_fetcher.cpp.
| void print_usage | ( | ) |
Definition at line 13 of file template_fetcher.cpp.