Open Aikhjarto opened 3 years ago
Sorry life has been busy and I did not have time to look into your issue. I see that you found a very clean solution and I just now merged your changes. Thank you!
There seems to be a bit of confusion, as my pull request #3 did not resolve this issue. My pull request did solve another issue, where the frame_id was not set correctly. For the missing frame_id
problem, I did not bother to make create an issue, since I could solve it myself.
The problem mentioned in this issue still persists.
Sorry. Bad assumption on my part. Re-opening. Thanks!
Hi!
I have a node publishing camera data in
/cam1/camera_info
and/cam1/image/raw
as side-by-side stereo image. I will have multiple cameras so I set the topic names tor side_x_side_stereo_node accordingly:However, the published topics look like this:
Note, that the camera_info is published under
/sxs_stereo/left/camera_info
and/sxs_stereo/right/camera_info
, thus ignoring the parameters_left_camera_info_topic
and_right_camera_info_topic
Any idea how to fix that?