berndpfrommer/flir_spinnaker_ros2

Do not get any camera_info msgs

maghauke opened this issue · 5 comments

The camera info msgs are not published, any ideas why?

I may not have tested that. Did you provide a valid calibration yaml file?

It should be correct yes, following the yaml format for camerainfo. It also gives no error in the print after launching

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.

Works now, not sure what the issue was…

closing this for now, please open again if the problem reappears