Go to the documentation of this file. 19 #ifndef __KINECT2_DEFINITIONS_H__ 20 #define __KINECT2_DEFINITIONS_H__ 24 #define K2_DEFAULT_NS "kinect2" 26 #define K2_TF_LINK "_link" 27 #define K2_TF_RGB_OPT_FRAME "_rgb_optical_frame" 28 #define K2_TF_IR_OPT_FRAME "_ir_optical_frame" 30 #define K2_TOPIC_HD "/hd" 31 #define K2_TOPIC_QHD "/qhd" 32 #define K2_TOPIC_SD "/sd" 34 #define K2_TOPIC_IMAGE_RECT "_rect" 35 #define K2_TOPIC_IMAGE_COLOR "/image_color" 36 #define K2_TOPIC_IMAGE_MONO "/image_mono" 37 #define K2_TOPIC_IMAGE_DEPTH "/image_depth" 38 #define K2_TOPIC_IMAGE_IR "/image_ir" 40 #define K2_TOPIC_COMPRESSED "/compressed" 41 #define K2_TOPIC_INFO "/camera_info" 43 #define K2_CALIB_COLOR "calib_color.yaml" 44 #define K2_CALIB_IR "calib_ir.yaml" 45 #define K2_CALIB_POSE "calib_pose.yaml" 46 #define K2_CALIB_DEPTH "calib_depth.yaml" 48 #define K2_CALIB_CAMERA_MATRIX "cameraMatrix" 49 #define K2_CALIB_DISTORTION "distortionCoefficients" 50 #define K2_CALIB_ROTATION "rotation" 51 #define K2_CALIB_PROJECTION "projection" 52 #define K2_CALIB_TRANSLATION "translation" 53 #define K2_CALIB_ESSENTIAL "essential" 54 #define K2_CALIB_FUNDAMENTAL "fundamental" 55 #define K2_CALIB_DEPTH_SHIFT "depthShift" 57 #endif //__KINECT2_DEFINITIONS_H__