With ROS2 cameras, usually there is a CameraInfo message published with each image. E.g. ``` /camera/image_raw /camera/camera_info ``` How can I do this with https://github.com/rapyuta-robotics/RapyutaSimulationPlugins ? I see that rclUE has some UROS2CameraInfoMsg, but not suree how to use.
With ROS2 cameras, usually there is a CameraInfo message published with each image.
E.g.
How can I do this with https://github.com/rapyuta-robotics/RapyutaSimulationPlugins ?
I see that rclUE has some UROS2CameraInfoMsg, but not suree how to use.