I am using the StereoDNN disparity node of the isaas_ros_ess package to generate a disparity map from a calibrated stereo camera, and am looking to feed this into the isaac_ros_nvblox package.
However, the isaas_ros_ess package outputs a disparity image of type stereo_msgs/DisparityImage, but the isaac_ros_nvblox package requires a depth image of type sensor_msgs/Image…
How can I convert the StereoDNN Disparity output to the required Depth image format? Are there any Isaac ROS nodes to do this?