17 #ifndef YARP_DEV_RGBDSENSORPARAMPARSER_H
18 #define YARP_DEV_RGBDSENSORPARAMPARSER_H
31 #ifndef YARP_NO_DEPRECATED // Since YARP 3.2.0
44 RGBDParam() : name(
"unknown"), isSetting(false), isDescription(false), size(1)
54 RGBDParam(
const std::string& _name,
const int _size) : name(_name), isSetting(false),
55 isDescription(false), size(_size)
74 transformationMatrix(4,4), isOptionalExtrinsic(true) {
75 transformationMatrix.eye();