Disparity and Depth Image for Stereo Vision
Stereo processing using stereo_image_proc
Step 1: Obtain left and right camera calibration yaml files
ros2 run camera_calibration_parsers convert left.ini left.yml
ros2 run camera_calibration_parsers convert right.ini right.ymlStep 2: Create launch file to run stereo_image_proc
Step 3: Depth Processing using depth_image_proc


Last updated