how to publish camera_info manually
I have a rosbag file which publishes the stereo images (left_image and right_image) but there is no camera_info attached to it.I want use the stereo_image_process packagelink text to get the point clouds.This node needs the image as well as camera_info to process the disparity and point cloud. I have calibrated file in.yaml file format but i don't know how to publish the information in it in a camera info topic for left and right images (camera)
Also,what is the best way to do the above issue with less computation?
Many thanks in advance
Hi, There was a similar post in the ROS forums, check this link and this link . It might be of some help.