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
I am using the resize node in ros2 foxy, which subscribes from a camera_info topic and republishes it with updated camera_info.
I wonder how I can subscribe to the updated camera_info, which is denoted as ~camera_info in the ros wiki. I tried node_name/camera_info, but it doesn't work.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
In my tests ResizeNode subscribes and publishes to the same camera info topic, so the original and modified CameraInfo messages are mixed. This basically makes ResizeNode unusable.
I am using the resize node in ros2 foxy, which subscribes from a camera_info topic and republishes it with updated camera_info.
I wonder how I can subscribe to the updated camera_info, which is denoted as ~camera_info in the ros wiki. I tried node_name/camera_info, but it doesn't work.
Thanks for the help!
The text was updated successfully, but these errors were encountered: