Hi, I would like to run the Isaac ROS Visual SLAM on the NVIDIA Carter robot with RealSense D455 cameras attached to it.
From this package’s launch files, the Isaac Sim version uses two RGB cameras'front_stereo_camera/left_rgb/image_raw'
and 'front_stereo_camera/right_rgb/image_raw'
, while the RealSense version uses the Infrared camera outputs camera/infra1/image_rect_raw
and camera/infra2/image_rect_raw
.
Is there any way to align these, because ideally I want to train a VSLAM model in Isaac Sim with RGB and then apply it on the real robot with RGB images as well or train using Infrared and apply it using the actual RealSense camera Infrared outputs. (i.e. train and deploy on the same type of images)
I have searched around and it seems like RealSense D455 only has 1x RGB camera and thus only 1x RGB topics; also there seems to be no option for Infrared camera in Isaac Sim from this forum post. Any help will be greatly appreciated. Thank you.