I have an OAK-d-PoE-w camera and when I tried the RGBStereo pipeline it didn't publish rectified images for left and right cameras. I tried the following flags to the config file in the ros driver
i_publish_left_rect:
true
i_publish_right_rect:
true
provided in the documentation https://docs-beta.luxonis.com/software/ros/depthai-ros/driver/
I am using ros1 so I slightly changed the flag to
left_i_publish_left_rect:
true
right_i_publish_right_rect:
true
how can I solve this, also how to publish the rectified rgb?