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
Hello, I am using this package with a pre-recorded data from an Intel RealSense camera, and my image depth topic is "/camera/aligned_depth_to_color/image_raw", but my camera_info topic is "/camera/color/camera_info". I can sucessfully remap the "image" topic in my launch file, but the "camera_info" topic uses the same path as "image" and does not remap.
I am not used to ROS in C++, so I don't know where I could change in the source code for this to work.
Currently using topic_tools relay to re-publish the "/camera/color/camera_info" topic as "/camera/aligned_depth_to_color/camera_info", but it's bothersome, so I decided to open this issue to let the developers know about it.
Thanks for developing this package and cheers!
The text was updated successfully, but these errors were encountered:
Hello, I am using this package with a pre-recorded data from an Intel RealSense camera, and my image depth topic is "/camera/aligned_depth_to_color/image_raw", but my camera_info topic is "/camera/color/camera_info". I can sucessfully remap the "image" topic in my launch file, but the "camera_info" topic uses the same path as "image" and does not remap.
I am not used to ROS in C++, so I don't know where I could change in the source code for this to work.
Currently using topic_tools relay to re-publish the "/camera/color/camera_info" topic as "/camera/aligned_depth_to_color/camera_info", but it's bothersome, so I decided to open this issue to let the developers know about it.
Thanks for developing this package and cheers!
The text was updated successfully, but these errors were encountered: