rgbd
|
#include <image_geometry/pinhole_camera_model.h>
#include "rgbd/image.h"
#include <ros/console.h>
#include <ros/duration.h>
#include <ros/init.h>
#include <ros/master.h>
#include <ros/names.h>
#include <ros/node_handle.h>
#include <ros/rate.h>
#include <ros/time.h>
#include <sensor_msgs/CameraInfo.h>
#include <sensor_msgs/distortion_models.h>
Go to the source code of this file.
Functions | |
template<class T > | |
int | main_templ (int argc, char **argv) |
int main_templ | ( | int | argc, |
char ** | argv | ||
) |
Template function to test the communication provide by a server. It generates artificial images and sends these by the provide server. The server should have a
and a
function.
Definition at line 34 of file test_server_templ.h.