Do not get any camera_info msgs
maghauke opened this issue · 5 comments
maghauke commented
The camera info msgs are not published, any ideas why?
berndpfrommer commented
I may not have tested that. Did you provide a valid calibration yaml file?
maghauke commented
It should be correct yes, following the yaml format for camerainfo. It also gives no error in the print after launching
berndpfrommer commented
Looked at the code: both camerainfo and image are published in the same call. If the camerainfo is not published it must be due to the ROS camera driver framework suppressing it.
maghauke commented
Works now, not sure what the issue was…
berndpfrommer commented
closing this for now, please open again if the problem reappears