rgbd
Functions
test_client_templ.h File Reference
#include <opencv2/highgui/highgui.hpp>
#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 "rgbd/image.h"
#include <string>
Include dependency graph for test_client_templ.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
int main_templ (int argc, char **argv)
 
void usage ()
 

Function Documentation

◆ main_templ()

template<class T >
int main_templ ( int  argc,
char **  argv 
)

Template function to test the communication of a client class. The client should have a

bool initialize(std::string servername)

and a

bool nextImage(rgbd::Image& image)

function. Both the RGB and depth image are shown in seperate windows.

Definition at line 39 of file test_client_templ.h.

◆ usage()

void usage ( )

Definition at line 20 of file test_client_templ.h.

std::string
rgbd::Image
Definition: image.h:43