apriltags2_ros with ZED mini camera topics trouble
I’m currently working on a project where I need to be able to use the Apriltags2_ros node with my ZED Mini, but the problem is that I don’t have the same camera topics (camera_info, and image_rect) coming from my camera to be able to use the node. Instead, the Zed Mini has a left/image_rect_color, a right/image_rect_color, a left/camera_info, and a right/camera_info.
And so, I’m wondering how I can either mesh the 4 topics into the 2 required topics or if there’s another way in which I can have my ZED Mini output the 2 required topics once I run the ZED Mini launch file which outputs all of its topics.