You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the camera display assumes that the name of the camera info topic is constructed in the following way: <image_topic>/camera_info
However, this is different from the original rviz which uses image_transport::getCameraInfoTopic() to determine the camera info topic.
This is due to the fact that the image_transport package is not availabie for ROS 2 yet.