#include "RGBDSensorWrapper.h"
#include <sstream>
#include <cstdio>
#include <cstring>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <yarp/dev/GenericVocabs.h>
#include <yarp/rosmsg/impl/yarpRosHelper.h>
#include "rosPixelCode.h"
#include <RGBDRosConversionUtils.h>
Go to the source code of this file.
Macros | |
#define | RGBD_INTERFACE_PROTOCOL_VERSION_MAJOR 1 |
#define | RGBD_INTERFACE_PROTOCOL_VERSION_MINOR 0 |
Functions | |
const yarp::os::LogComponent & | RGBDSENSORWRAPPER () |
#define RGBD_INTERFACE_PROTOCOL_VERSION_MAJOR 1 |
Definition at line 27 of file RGBDSensorWrapper.cpp.
#define RGBD_INTERFACE_PROTOCOL_VERSION_MINOR 0 |
Definition at line 28 of file RGBDSensorWrapper.cpp.
const yarp::os::LogComponent& RGBDSENSORWRAPPER | ( | ) |
Definition at line 30 of file RGBDSensorWrapper.cpp.