[ROS2] image_transport and RVIZ2 Camera, something wrong
Hi,
using Rviz2 and image_transport with Crystal Clemmys I noticed that the Camera
plugin in Rviz2 is not aligned to how image_transport::CameraPublisher
creates the topic structure.
The Camera
plugin for an image topic image/data
expects the camera_info
as image/data/camera_info
, instead the image_transport::CameraPublisher
publishes it as image/camera_info
(as for ROS1).
Who is wrong? The Camera plugin or image_transport?