Apologies, I am somewhat new to ros. I’m having issues trying to pass the zed2i topics to work with stereo_image_proc (http://wiki.ros.org/stereo_image_proc)
The latter subscribes to 4 topics:
stereo/left/image_raw
stereo/left/camera_info
stereo/right/image_raw
stereo/right/camera_info
I am unsure how to remap the zed published topics to the desired topics.
I attempted to edit the zed_camera.launch.xml file to include:
Hi @bc524
probably you are only missing the / at the very beginning of all the topic names.
Can I ask you why you are trying to get the depth map by using stereo_image_proc?
The depth map and the point cloud provided by the ZED SDK are better than the best result that you can obtain by using stereo_image_proc.
Furthermore, they are generated at high frequency by using the GPU and CUDA, thing that is not possible (as far as I know) with stereo_image_proc.
I tried to do the calibration in gazebo and used the stereo_image_proc to generate the disparity map. So, going with what I knew, I attempted the same with the Zed2i camera.