#include <string>#include <map>#include <yarp/dev/DeviceDriver.h>#include <yarp/dev/IFrameGrabberControls.h>#include <yarp/os/PeriodicThread.h>#include <yarp/sig/all.h>#include <yarp/sig/Matrix.h>#include <yarp/os/Stamp.h>#include <yarp/dev/IRGBDSensor.h>#include <yarp/dev/RGBDSensorParamParser.h>#include <OpenNI.h>
Include dependency graph for depthCameraDriver.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | depthCameraDriver |
depthCamera: YARP driver for OpenNI2 compatible devices. More... | |
Macros | |
| #define | RAD2DEG (180/3.14159265359) |
| #define | DEG2RAD (3.14159265359/180.0) |
| #define DEG2RAD (3.14159265359/180.0) |
Definition at line 28 of file depthCameraDriver.h.
| #define RAD2DEG (180/3.14159265359) |
Definition at line 24 of file depthCameraDriver.h.