load calibration parameters into camera_info
I am using the Intel RealSense R200 for my vision based project. I have managed to run the stereo calibration for the infrared stream and I have also obtained the calibration data file (.yaml) for the left and right infrared stream.
Currently, I am subscribing to the raw left and right infrared stream ('/camera/ir/image_raw' and '/camera/ir2/camera_info') from the default nodelet (r200_nodelet_default.launch)
I would like to know how do I load the calibration parameters that I have obtained into the respective camera_info topics namely ('/camera/ir/camera_info' and '/camera/ir2/camera_info') so I can run the stereo_image_proc to obtain the rectified infrared stream.